#0C9D2E

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

Shades of Forest Green #0C9D2E

Tints of Forest Green #0C9D2E

Color information

#0C9D2E (or 0x0C9D2E) is unknown color: approx Forest Green. HEX triplet: 0C, 9D and 2E. RGB value is (12,157,46). Sum of RGB (Red+Green+Blue) = 12+157+46=215 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.58% from 215); Green value is 157 (61.72% from 255 or 73.02% from 215); Blue value is 46 (18.36% from 255 or 21.40% from 215); Max value from RGB is 157 - color contains mainly: green. Hex color #0C9D2E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C9D2E is #F362D1. Grayscale: #656565. Windows color (decimal): -15950546 or 3054860. OLE color: 3054860.

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

Color convert

RGB1215746-
CMYK0.9200.710.38
HSL134.07º85.8%33.14%-
HSV(B)134.07º92.36%61.57%-
XYZ12.724.396.62-
YUV100.9996.9664.53-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.58%
GREEN value IS 157 (61.72% from 255) = 73.02%
BLUE value IS 46 (18.36% from 255) = 21.40%
R=5.58%
G=73.02%
B=21.40%

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
Decimal12157460.9200.710.38134.0785.833.14
HexC9D2E5C04726865621
Octal142355613401074620612641
Binary110010011101101110101110001000111100110100001101010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C9D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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