#2A872B

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

Shades of Forest Green #2A872B

Tints of Forest Green #2A872B

Color information

#2A872B (or 0x2A872B) is unknown color: approx Forest Green. HEX triplet: 2A, 87 and 2B. RGB value is (42,135,43). Sum of RGB (Red+Green+Blue) = 42+135+43=220 (29% of max value = 765). Red value is 42 (16.80% from 255 or 19.09% from 220); Green value is 135 (53.12% from 255 or 61.36% from 220); Blue value is 43 (17.19% from 255 or 19.55% from 220); Max value from RGB is 135 - color contains mainly: green. Hex color #2A872B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A872B is #D578D4. Grayscale: #606060. Windows color (decimal): -13990101 or 2852650. OLE color: 2852650.

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

Color convert

RGB4213543-
CMYK0.6900.680.47
HSL120.65º52.54%34.71%-
HSV(B)120.65º68.89%52.94%-
XYZ10.0517.995.23-
YUV96.797.6988.98-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.09%
GREEN value IS 135 (53.12% from 255) = 61.36%
BLUE value IS 43 (17.19% from 255) = 19.55%
R=19.09%
G=61.36%
B=19.55%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal42135430.6900.680.47120.6552.5434.71
Hex2A872B450442F793523
Octal52207531050104571716543
Binary101010100001111010111000101010001001011111111001110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A872B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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