#12801C

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

Shades of Forest Green #12801C

Tints of Forest Green #12801C

Color information

#12801C (or 0x12801C) is unknown color: approx Forest Green. HEX triplet: 12, 80 and 1C. RGB value is (18,128,28). Sum of RGB (Red+Green+Blue) = 18+128+28=174 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.34% from 174); Green value is 128 (50.39% from 255 or 73.56% from 174); Blue value is 28 (11.33% from 255 or 16.09% from 174); Max value from RGB is 128 - color contains mainly: green. Hex color #12801C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12801C is #ED7FE3. Grayscale: #545454. Windows color (decimal): -15564772 or 1867794. OLE color: 1867794.

HSL color Cylindrical-coordinate representation of color #12801C: hue angle of 125.45º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12801C is Cyan = 0.86, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.50.

Color convert

RGB1812828-
CMYK0.8600.780.50
HSL125.45º75.34%28.63%-
HSV(B)125.45º85.94%50.2%-
XYZ8.1815.653.69-
YUV83.7196.5681.13-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.34%
GREEN value IS 128 (50.39% from 255) = 73.56%
BLUE value IS 28 (11.33% from 255) = 16.09%
R=10.34%
G=73.56%
B=16.09%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal18128280.8600.780.50125.4575.3428.63
Hex12801C5604E327d4b1d
Octal222003412601166217511335
Binary1001010000000111001010110010011101100101111101100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12801C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12801C; }

 p { color: rgb(18,128,28); }

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

<style>
 a { background-color: #12801C; }

 a { background-color: rgb(18,128,28); }

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

<style>
 span { border-color: #12801C; }

 span { border-color: rgb(18,128,28); }

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