#2A8E13

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

Shades of Forest Green #2A8E13

Tints of Forest Green #2A8E13

Color information

#2A8E13 (or 0x2A8E13) is unknown color: approx Forest Green. HEX triplet: 2A, 8E and 13. RGB value is (42,142,19). Sum of RGB (Red+Green+Blue) = 42+142+19=203 (26% of max value = 765). Red value is 42 (16.80% from 255 or 20.69% from 203); Green value is 142 (55.86% from 255 or 69.95% from 203); Blue value is 19 (7.81% from 255 or 9.36% from 203); Max value from RGB is 142 - color contains mainly: green. Hex color #2A8E13 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2A8E13 is #D571EC. Grayscale: #626262. Windows color (decimal): -13988333 or 1281578. OLE color: 1281578.

HSL color Cylindrical-coordinate representation of color #2A8E13: hue angle of 108.78º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2A8E13 is Cyan = 0.70, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.44.

Color convert

RGB4214219-
CMYK0.7000.870.44
HSL108.78º76.4%31.57%-
HSV(B)108.78º86.62%55.69%-
XYZ10.7519.893.89-
YUV98.0883.3788-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20.69%
GREEN value IS 142 (55.86% from 255) = 69.95%
BLUE value IS 19 (7.81% from 255) = 9.36%
R=20.69%
G=69.95%
B=9.36%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal42142190.7000.870.44108.7876.431.57
Hex2A8E13460572C6d4c20
Octal522162310601275415511440
Binary101010100011101001110001100101011110110011011011001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A8E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A8E13; }

 p { color: rgb(42,142,19); }

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

<style>
 a { background-color: #2A8E13; }

 a { background-color: rgb(42,142,19); }

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

<style>
 span { border-color: #2A8E13; }

 span { border-color: rgb(42,142,19); }

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