#12731f

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

Shades of Forest Green #12731F

Tints of Forest Green #12731F

Color information

#12731F (or 0x12731F) is unknown color: approx Forest Green. HEX triplet: 12, 73 and 1F. RGB value is (18,115,31). Sum of RGB (Red+Green+Blue) = 18+115+31=164 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.98% from 164); Green value is 115 (45.31% from 255 or 70.12% from 164); Blue value is 31 (12.5% from 255 or 18.90% from 164); Max value from RGB is 115 - color contains mainly: green. Hex color #12731F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12731F is #ED8CE0. Grayscale: #4C4C4C. Windows color (decimal): -15568097 or 2061074. OLE color: 2061074.

HSL color Cylindrical-coordinate representation of color #12731F: hue angle of 128.04º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #12731F is Cyan = 0.84, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB1811531-
CMYK0.8400.730.55
HSL128.04º72.93%26.08%-
HSV(B)128.04º84.35%45.1%-
XYZ6.6312.493.36-
YUV76.42102.3686.33-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.98%
GREEN value IS 115 (45.31% from 255) = 70.12%
BLUE value IS 31 (12.5% from 255) = 18.90%
R=10.98%
G=70.12%
B=18.90%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal18115310.8400.730.55128.0472.9326.08
Hex12731F540493780491a
Octal221633712401116720011132
Binary1001011100111111110101000100100111011110000000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12731f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12731f; }

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

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

<style>
 a { background-color: #12731f; }

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

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

<style>
 span { border-color: #12731f; }

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

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