#0C8B22

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

Shades of Forest Green #0C8B22

Tints of Forest Green #0C8B22

Color information

#0C8B22 (or 0x0C8B22) is unknown color: approx Forest Green. HEX triplet: 0C, 8B and 22. RGB value is (12,139,34). Sum of RGB (Red+Green+Blue) = 12+139+34=185 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.49% from 185); Green value is 139 (54.69% from 255 or 75.14% from 185); Blue value is 34 (13.67% from 255 or 18.38% from 185); Max value from RGB is 139 - color contains mainly: green. Hex color #0C8B22 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C8B22 is #F374DD. Grayscale: #595959. Windows color (decimal): -15955166 or 2263820. OLE color: 2263820.

HSL color Cylindrical-coordinate representation of color #0C8B22: hue angle of 130.39º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C8B22 is Cyan = 0.91, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.45.

Color convert

RGB1213934-
CMYK0.9100.760.45
HSL130.39º84.11%29.61%-
HSV(B)130.39º91.37%54.51%-
XYZ9.6718.664.61-
YUV89.0696.9273.04-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.49%
GREEN value IS 139 (54.69% from 255) = 75.14%
BLUE value IS 34 (13.67% from 255) = 18.38%
R=6.49%
G=75.14%
B=18.38%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal12139340.9100.760.45130.3984.1129.61
HexC8B225B04C2D82541e
Octal142134213301145520212436
Binary11001000101110001010110110100110010110110000010101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C8B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,139,34); }

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

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

 a { background-color: rgb(12,139,34); }

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

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

 span { border-color: rgb(12,139,34); }

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