#078D2A

Color #078D2A Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #078D2A

Tints of Forest Green #078D2A

Color information

#078D2A (or 0x078D2A) is unknown color: approx Forest Green. HEX triplet: 07, 8D and 2A. RGB value is (7,141,42). Sum of RGB (Red+Green+Blue) = 7+141+42=190 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.68% from 190); Green value is 141 (55.47% from 255 or 74.21% from 190); Blue value is 42 (16.80% from 255 or 22.11% from 190); Max value from RGB is 141 - color contains mainly: green. Hex color #078D2A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078D2A is #F872D5. Grayscale: #595959. Windows color (decimal): -16282326 or 2788615. OLE color: 2788615.

HSL color Cylindrical-coordinate representation of color #078D2A: hue angle of 135.67º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078D2A is Cyan = 0.95, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.45.

Color convert

RGB714142-
CMYK0.9500.700.45
HSL135.67º90.54%29.02%-
HSV(B)135.67º95.04%55.29%-
XYZ10.0319.265.38-
YUV89.65101.1169.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 7 (3.12% from 255) = 3.68%
GREEN value IS 141 (55.47% from 255) = 74.21%
BLUE value IS 42 (16.80% from 255) = 22.11%
R=3.68%
G=74.21%
B=22.11%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal7141420.9500.700.45135.6790.5429.02
Hex78D2A5F0462D885b1d
Octal72155213701065521013335
Binary1111000110110101010111110100011010110110001000101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #078D2A; }

 p { color: rgb(7,141,42); }

 H1.HeaderClassName
 {
   color: #078D2A;
 }
 .AnyTagClassName
 {
   color: #078D2A;
 }
</style>
background-color css

<style>
 a { background-color: #078D2A; }

 a { background-color: rgb(7,141,42); }

 div.DivClassName
 {
   background-color: #078D2A;
 }
 .BgClassName
 {
   background-color: #078D2A;
 }
</style>
border-color css

<style>
 span { border-color: #078D2A; }

 span { border-color: rgb(7,141,42); }

 td.TdClassName
 {
   border-color: #078D2A;
 }
 .TagClassName
 {
   border-color: #078D2A;
 }
</style>