#12761F

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

Shades of Forest Green #12761F

Tints of Forest Green #12761F

Color information

#12761F (or 0x12761F) is unknown color: approx Forest Green. HEX triplet: 12, 76 and 1F. RGB value is (18,118,31). Sum of RGB (Red+Green+Blue) = 18+118+31=167 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.78% from 167); Green value is 118 (46.48% from 255 or 70.66% from 167); Blue value is 31 (12.5% from 255 or 18.56% from 167); Max value from RGB is 118 - color contains mainly: green. Hex color #12761F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12761F is #ED89E0. Grayscale: #4E4E4E. Windows color (decimal): -15567329 or 2061842. OLE color: 2061842.

HSL color Cylindrical-coordinate representation of color #12761F: hue angle of 127.8º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12761F is Cyan = 0.85, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB1811831-
CMYK0.8500.740.54
HSL127.8º73.53%26.67%-
HSV(B)127.8º84.75%46.27%-
XYZ6.9813.183.47-
YUV78.18101.3785.07-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.78%
GREEN value IS 118 (46.48% from 255) = 70.66%
BLUE value IS 31 (12.5% from 255) = 18.56%
R=10.78%
G=70.66%
B=18.56%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal18118310.8500.740.54127.873.5326.67
Hex12761F5504A36804a1b
Octal221663712501126620011233
Binary1001011101101111110101010100101011011010000000100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12761F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12761F; }

 p { color: rgb(18,118,31); }

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

<style>
 a { background-color: #12761F; }

 a { background-color: rgb(18,118,31); }

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

<style>
 span { border-color: #12761F; }

 span { border-color: rgb(18,118,31); }

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