#0C9F28

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

Shades of Forest Green #0C9F28

Tints of Forest Green #0C9F28

Color information

#0C9F28 (or 0x0C9F28) is unknown color: approx Forest Green. HEX triplet: 0C, 9F and 28. RGB value is (12,159,40). Sum of RGB (Red+Green+Blue) = 12+159+40=211 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.69% from 211); Green value is 159 (62.5% from 255 or 75.36% from 211); Blue value is 40 (16.02% from 255 or 18.96% from 211); Max value from RGB is 159 - color contains mainly: green. Hex color #0C9F28 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C9F28 is #F360D7. Grayscale: #656565. Windows color (decimal): -15950040 or 2662156. OLE color: 2662156.

HSL color Cylindrical-coordinate representation of color #0C9F28: hue angle of 131.43º 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 #0C9F28 is Cyan = 0.92, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.38.

Color convert

RGB1215940-
CMYK0.9200.750.38
HSL131.43º85.96%33.53%-
HSV(B)131.43º92.45%62.35%-
XYZ12.9325.036.16-
YUV101.4893.364.18-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.69%
GREEN value IS 159 (62.5% from 255) = 75.36%
BLUE value IS 40 (16.02% from 255) = 18.96%
R=5.69%
G=75.36%
B=18.96%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal12159400.9200.750.38131.4385.9633.53
HexC9F285C04B26835622
Octal142375013401134620312642
Binary110010011111101000101110001001011100110100000111010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C9F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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