#0C751F

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

Shades of Forest Green #0C751F

Tints of Forest Green #0C751F

Color information

#0C751F (or 0x0C751F) is unknown color: approx Forest Green. HEX triplet: 0C, 75 and 1F. RGB value is (12,117,31). Sum of RGB (Red+Green+Blue) = 12+117+31=160 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.5% from 160); Green value is 117 (46.09% from 255 or 73.12% from 160); Blue value is 31 (12.5% from 255 or 19.38% from 160); Max value from RGB is 117 - color contains mainly: green. Hex color #0C751F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C751F is #F38AE0. Grayscale: #4C4C4C. Windows color (decimal): -15960801 or 2061580. OLE color: 2061580.

HSL color Cylindrical-coordinate representation of color #0C751F: hue angle of 130.86º 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 #0C751F is Cyan = 0.90, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB1211731-
CMYK0.9000.740.54
HSL130.86º81.4%25.29%-
HSV(B)130.86º89.74%45.88%-
XYZ6.7612.93.43-
YUV75.8102.7182.49-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.5%
GREEN value IS 117 (46.09% from 255) = 73.12%
BLUE value IS 31 (12.5% from 255) = 19.38%
R=7.5%
G=73.12%
B=19.38%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal12117310.9000.740.54130.8681.425.29
HexC751F5A04A36835119
Octal141653713201126620312131
Binary110011101011111110110100100101011011010000011101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C751F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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