#0C751C

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

Shades of Forest Green #0C751C

Tints of Forest Green #0C751C

Color information

#0C751C (or 0x0C751C) is unknown color: approx Forest Green. HEX triplet: 0C, 75 and 1C. RGB value is (12,117,28). Sum of RGB (Red+Green+Blue) = 12+117+28=157 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.64% from 157); Green value is 117 (46.09% from 255 or 74.52% from 157); Blue value is 28 (11.33% from 255 or 17.83% from 157); Max value from RGB is 117 - color contains mainly: green. Hex color #0C751C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C751C is #F38AE3. Grayscale: #4B4B4B. Windows color (decimal): -15960804 or 1864972. OLE color: 1864972.

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

Color convert

RGB1211728-
CMYK0.9000.760.54
HSL129.14º81.4%25.29%-
HSV(B)129.14º89.74%45.88%-
XYZ6.7212.883.23-
YUV75.46101.2182.74-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.64%
GREEN value IS 117 (46.09% from 255) = 74.52%
BLUE value IS 28 (11.33% from 255) = 17.83%
R=7.64%
G=74.52%
B=17.83%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal12117280.9000.760.54129.1481.425.29
HexC751C5A04C36815119
Octal141653413201146620112131
Binary110011101011110010110100100110011011010000001101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C751C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,117,28); }

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

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

 a { background-color: rgb(12,117,28); }

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

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

 span { border-color: rgb(12,117,28); }

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