#0C9D2D

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

Shades of Forest Green #0C9D2D

Tints of Forest Green #0C9D2D

Color information

#0C9D2D (or 0x0C9D2D) is unknown color: approx Forest Green. HEX triplet: 0C, 9D and 2D. RGB value is (12,157,45). Sum of RGB (Red+Green+Blue) = 12+157+45=214 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.61% from 214); Green value is 157 (61.72% from 255 or 73.36% from 214); Blue value is 45 (17.97% from 255 or 21.03% from 214); Max value from RGB is 157 - color contains mainly: green. Hex color #0C9D2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C9D2D is #F362D2. Grayscale: #656565. Windows color (decimal): -15950547 or 2989324. OLE color: 2989324.

HSL color Cylindrical-coordinate representation of color #0C9D2D: hue angle of 133.66º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C9D2D is Cyan = 0.92, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.38.

Color convert

RGB1215745-
CMYK0.9200.710.38
HSL133.66º85.8%33.14%-
HSV(B)133.66º92.36%61.57%-
XYZ12.6824.386.52-
YUV100.8896.4664.61-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.61%
GREEN value IS 157 (61.72% from 255) = 73.36%
BLUE value IS 45 (17.97% from 255) = 21.03%
R=5.61%
G=73.36%
B=21.03%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal12157450.9200.710.38133.6685.833.14
HexC9D2D5C04726865621
Octal142355513401074620612641
Binary110010011101101101101110001000111100110100001101010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C9D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,157,45); }

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

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

 a { background-color: rgb(12,157,45); }

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

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

 span { border-color: rgb(12,157,45); }

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