#2A870A

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

Shades of Forest Green #2A870A

Tints of Forest Green #2A870A

Color information

#2A870A (or 0x2A870A) is unknown color: approx Forest Green. HEX triplet: 2A, 87 and 0A. RGB value is (42,135,10). Sum of RGB (Red+Green+Blue) = 42+135+10=187 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.46% from 187); Green value is 135 (53.12% from 255 or 72.19% from 187); Blue value is 10 (4.30% from 255 or 5.35% from 187); Max value from RGB is 135 - color contains mainly: green. Hex color #2A870A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2A870A is #D578F5. Grayscale: #5D5D5D. Windows color (decimal): -13990134 or 689962. OLE color: 689962.

HSL color Cylindrical-coordinate representation of color #2A870A: hue angle of 104.64º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2A870A is Cyan = 0.69, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB4213510-
CMYK0.6900.930.47
HSL104.64º86.21%28.43%-
HSV(B)104.64º92.59%52.94%-
XYZ9.6717.843.22-
YUV92.9481.1991.66-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 22.46%
GREEN value IS 135 (53.12% from 255) = 72.19%
BLUE value IS 10 (4.30% from 255) = 5.35%
R=22.46%
G=72.19%
B=5.35%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal42135100.6900.930.47104.6486.2128.43
Hex2A87A4505D2F69561c
Octal522071210501355715112634
Binary1010101000011110101000101010111011011111101001101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A870A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,135,10); }

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

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

 a { background-color: rgb(42,135,10); }

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

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

 span { border-color: rgb(42,135,10); }

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