#07862A

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

Shades of Forest Green #07862A

Tints of Forest Green #07862A

Color information

#07862A (or 0x07862A) is unknown color: approx Forest Green. HEX triplet: 07, 86 and 2A. RGB value is (7,134,42). Sum of RGB (Red+Green+Blue) = 7+134+42=183 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.83% from 183); Green value is 134 (52.73% from 255 or 73.22% from 183); Blue value is 42 (16.80% from 255 or 22.95% from 183); Max value from RGB is 134 - color contains mainly: green. Hex color #07862A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07862A is #F879D5. Grayscale: #555555. Windows color (decimal): -16284118 or 2786823. OLE color: 2786823.

HSL color Cylindrical-coordinate representation of color #07862A: hue angle of 136.54º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07862A is Cyan = 0.95, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB713442-
CMYK0.9500.690.47
HSL136.54º90.07%27.65%-
HSV(B)136.54º94.78%52.55%-
XYZ9.0317.265.05-
YUV85.54103.4271.98-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.83%
GREEN value IS 134 (52.73% from 255) = 73.22%
BLUE value IS 42 (16.80% from 255) = 22.95%
R=3.83%
G=73.22%
B=22.95%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal7134420.9500.690.47136.5490.0727.65
Hex7862A5F0452F895a1c
Octal72065213701055721113234
Binary1111000011010101010111110100010110111110001001101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07862A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07862A; }

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

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

<style>
 a { background-color: #07862A; }

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

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

<style>
 span { border-color: #07862A; }

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

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