#12802A

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

Shades of Forest Green #12802A

Tints of Forest Green #12802A

Color information

#12802A (or 0x12802A) is unknown color: approx Forest Green. HEX triplet: 12, 80 and 2A. RGB value is (18,128,42). Sum of RGB (Red+Green+Blue) = 18+128+42=188 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.57% from 188); Green value is 128 (50.39% from 255 or 68.09% from 188); Blue value is 42 (16.80% from 255 or 22.34% from 188); Max value from RGB is 128 - color contains mainly: green. Hex color #12802A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12802A is #ED7FD5. Grayscale: #555555. Windows color (decimal): -15564758 or 2785298. OLE color: 2785298.

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

Color convert

RGB1812842-
CMYK0.8600.670.50
HSL133.09º75.34%28.63%-
HSV(B)133.09º85.94%50.2%-
XYZ8.3915.734.79-
YUV85.31103.5679.99-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.57%
GREEN value IS 128 (50.39% from 255) = 68.09%
BLUE value IS 42 (16.80% from 255) = 22.34%
R=9.57%
G=68.09%
B=22.34%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal18128420.8600.670.50133.0975.3428.63
Hex12802A5604332854b1d
Octal222005212601036220511335
Binary100101000000010101010101100100001111001010000101100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12802A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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