#0C872A

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

Shades of Forest Green #0C872A

Tints of Forest Green #0C872A

Color information

#0C872A (or 0x0C872A) is unknown color: approx Forest Green. HEX triplet: 0C, 87 and 2A. RGB value is (12,135,42). Sum of RGB (Red+Green+Blue) = 12+135+42=189 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.35% from 189); Green value is 135 (53.12% from 255 or 71.43% from 189); Blue value is 42 (16.80% from 255 or 22.22% from 189); Max value from RGB is 135 - color contains mainly: green. Hex color #0C872A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C872A is #F378D5. Grayscale: #575757. Windows color (decimal): -15956182 or 2787084. OLE color: 2787084.

HSL color Cylindrical-coordinate representation of color #0C872A: hue angle of 134.63º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C872A is Cyan = 0.91, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB1213542-
CMYK0.9100.690.47
HSL134.63º83.67%28.82%-
HSV(B)134.63º91.11%52.94%-
XYZ9.2317.575.1-
YUV87.62102.2574.06-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.35%
GREEN value IS 135 (53.12% from 255) = 71.43%
BLUE value IS 42 (16.80% from 255) = 22.22%
R=6.35%
G=71.43%
B=22.22%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal12135420.9100.690.47134.6383.6728.82
HexC872A5B0452F87541d
Octal142075213301055720712435
Binary11001000011110101010110110100010110111110000111101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C872A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C872A; }

 p { color: rgb(12,135,42); }

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

<style>
 a { background-color: #0C872A; }

 a { background-color: rgb(12,135,42); }

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

<style>
 span { border-color: #0C872A; }

 span { border-color: rgb(12,135,42); }

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