#12802C

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

Shades of Forest Green #12802C

Tints of Forest Green #12802C

Color information

#12802C (or 0x12802C) is unknown color: approx Forest Green. HEX triplet: 12, 80 and 2C. RGB value is (18,128,44). Sum of RGB (Red+Green+Blue) = 18+128+44=190 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.47% from 190); Green value is 128 (50.39% from 255 or 67.37% from 190); Blue value is 44 (17.58% from 255 or 23.16% from 190); Max value from RGB is 128 - color contains mainly: green. Hex color #12802C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12802C is #ED7FD3. Grayscale: #555555. Windows color (decimal): -15564756 or 2916370. OLE color: 2916370.

HSL color Cylindrical-coordinate representation of color #12802C: hue angle of 134.18º 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 #12802C is Cyan = 0.86, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.50.

Color convert

RGB1812844-
CMYK0.8600.660.50
HSL134.18º75.34%28.63%-
HSV(B)134.18º85.94%50.2%-
XYZ8.4215.754.98-
YUV85.53104.5679.83-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.47%
GREEN value IS 128 (50.39% from 255) = 67.37%
BLUE value IS 44 (17.58% from 255) = 23.16%
R=9.47%
G=67.37%
B=23.16%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal18128440.8600.660.50134.1875.3428.63
Hex12802C5604232864b1d
Octal222005412601026220611335
Binary100101000000010110010101100100001011001010000110100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12802C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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