#0C741E

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

Shades of Forest Green #0C741E

Tints of Forest Green #0C741E

Color information

#0C741E (or 0x0C741E) is unknown color: approx Forest Green. HEX triplet: 0C, 74 and 1E. RGB value is (12,116,30). Sum of RGB (Red+Green+Blue) = 12+116+30=158 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.59% from 158); Green value is 116 (45.70% from 255 or 73.42% from 158); Blue value is 30 (12.11% from 255 or 18.99% from 158); Max value from RGB is 116 - color contains mainly: green. Hex color #0C741E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C741E is #F38BE1. Grayscale: #4B4B4B. Windows color (decimal): -15961058 or 1995788. OLE color: 1995788.

HSL color Cylindrical-coordinate representation of color #0C741E: hue angle of 130.38º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C741E is Cyan = 0.90, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB1211630-
CMYK0.9000.740.55
HSL130.38º81.25%25.1%-
HSV(B)130.38º89.66%45.49%-
XYZ6.6312.663.32-
YUV75.1102.5482.99-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.59%
GREEN value IS 116 (45.70% from 255) = 73.42%
BLUE value IS 30 (12.11% from 255) = 18.99%
R=7.59%
G=73.42%
B=18.99%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal12116300.9000.740.55130.3881.2525.1
HexC741E5A04A37825119
Octal141643613201126720212131
Binary110011101001111010110100100101011011110000010101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C741E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,116,30); }

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

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

 a { background-color: rgb(12,116,30); }

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

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

 span { border-color: rgb(12,116,30); }

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