#0C9F2D

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

Shades of Forest Green #0C9F2D

Tints of Forest Green #0C9F2D

Color information

#0C9F2D (or 0x0C9F2D) is unknown color: approx Forest Green. HEX triplet: 0C, 9F and 2D. RGB value is (12,159,45). Sum of RGB (Red+Green+Blue) = 12+159+45=216 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.56% from 216); Green value is 159 (62.5% from 255 or 73.61% from 216); Blue value is 45 (17.97% from 255 or 20.83% from 216); Max value from RGB is 159 - color contains mainly: green. Hex color #0C9F2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C9F2D is #F360D2. Grayscale: #666666. Windows color (decimal): -15950035 or 2989836. OLE color: 2989836.

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

Color convert

RGB1215945-
CMYK0.9200.720.38
HSL133.47º85.96%33.53%-
HSV(B)133.47º92.45%62.35%-
XYZ13.0225.066.63-
YUV102.0595.863.77-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.56%
GREEN value IS 159 (62.5% from 255) = 73.61%
BLUE value IS 45 (17.97% from 255) = 20.83%
R=5.56%
G=73.61%
B=20.83%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal12159450.9200.720.38133.4785.9633.53
HexC9F2D5C04826855622
Octal142375513401104620512642
Binary110010011111101101101110001001000100110100001011010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C9F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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