#0C952E

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

Shades of Forest Green #0C952E

Tints of Forest Green #0C952E

Color information

#0C952E (or 0x0C952E) is unknown color: approx Forest Green. HEX triplet: 0C, 95 and 2E. RGB value is (12,149,46). Sum of RGB (Red+Green+Blue) = 12+149+46=207 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.80% from 207); Green value is 149 (58.59% from 255 or 71.98% from 207); Blue value is 46 (18.36% from 255 or 22.22% from 207); Max value from RGB is 149 - color contains mainly: green. Hex color #0C952E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C952E is #F36AD1. Grayscale: #606060. Windows color (decimal): -15952594 or 3052812. OLE color: 3052812.

HSL color Cylindrical-coordinate representation of color #0C952E: hue angle of 134.89º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C952E is Cyan = 0.92, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB1214946-
CMYK0.9200.690.42
HSL134.89º85.09%31.57%-
HSV(B)134.89º91.95%58.43%-
XYZ11.3921.776.19-
YUV96.2999.6167.88-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.80%
GREEN value IS 149 (58.59% from 255) = 71.98%
BLUE value IS 46 (18.36% from 255) = 22.22%
R=5.80%
G=71.98%
B=22.22%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal12149460.9200.690.42134.8985.0931.57
HexC952E5C0452A875520
Octal142255613401055220712540
Binary110010010101101110101110001000101101010100001111010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C952E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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