#0C8F34

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

Shades of Forest Green #0C8F34

Tints of Forest Green #0C8F34

Color information

#0C8F34 (or 0x0C8F34) is unknown color: approx Forest Green. HEX triplet: 0C, 8F and 34. RGB value is (12,143,52). Sum of RGB (Red+Green+Blue) = 12+143+52=207 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.80% from 207); Green value is 143 (56.25% from 255 or 69.08% from 207); Blue value is 52 (20.70% from 255 or 25.12% from 207); Max value from RGB is 143 - color contains mainly: green. Hex color #0C8F34 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C8F34 is #F370CB. Grayscale: #5D5D5D. Windows color (decimal): -15954124 or 3444492. OLE color: 3444492.

HSL color Cylindrical-coordinate representation of color #0C8F34: hue angle of 138.32º degrees, saturation: 0.85, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C8F34 is Cyan = 0.92, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.44.

Color convert

RGB1214352-
CMYK0.9200.640.44
HSL138.32º84.52%30.39%-
HSV(B)138.32º91.61%56.08%-
XYZ10.5919.976.55-
YUV93.46104.669.9-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.80%
GREEN value IS 143 (56.25% from 255) = 69.08%
BLUE value IS 52 (20.70% from 255) = 25.12%
R=5.80%
G=69.08%
B=25.12%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal12143520.9200.640.44138.3284.5230.39
HexC8F345C0402C8a551e
Octal142176413401005421212536
Binary11001000111111010010111000100000010110010001010101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C8F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,143,52); }

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

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

 a { background-color: rgb(12,143,52); }

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

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

 span { border-color: rgb(12,143,52); }

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