#0C942B

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

Shades of Forest Green #0C942B

Tints of Forest Green #0C942B

Color information

#0C942B (or 0x0C942B) is unknown color: approx Forest Green. HEX triplet: 0C, 94 and 2B. RGB value is (12,148,43). Sum of RGB (Red+Green+Blue) = 12+148+43=203 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.91% from 203); Green value is 148 (58.20% from 255 or 72.91% from 203); Blue value is 43 (17.19% from 255 or 21.18% from 203); Max value from RGB is 148 - color contains mainly: green. Hex color #0C942B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C942B is #F36BD4. Grayscale: #5F5F5F. Windows color (decimal): -15952853 or 2855948. OLE color: 2855948.

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

Color convert

RGB1214843-
CMYK0.9200.710.42
HSL133.68º85%31.37%-
HSV(B)133.68º91.89%58.04%-
XYZ11.1821.435.83-
YUV95.3798.4468.54-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.91%
GREEN value IS 148 (58.20% from 255) = 72.91%
BLUE value IS 43 (17.19% from 255) = 21.18%
R=5.91%
G=72.91%
B=21.18%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal12148430.9200.710.42133.688531.37
HexC942B5C0472A86551f
Octal142245313401075220612537
Binary11001001010010101110111000100011110101010000110101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C942B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,148,43); }

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

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

 a { background-color: rgb(12,148,43); }

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

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

 span { border-color: rgb(12,148,43); }

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