#2A791A

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

Shades of Forest Green #2A791A

Tints of Forest Green #2A791A

Color information

#2A791A (or 0x2A791A) is unknown color: approx Forest Green. HEX triplet: 2A, 79 and 1A. RGB value is (42,121,26). Sum of RGB (Red+Green+Blue) = 42+121+26=189 (25% of max value = 765). Red value is 42 (16.80% from 255 or 22.22% from 189); Green value is 121 (47.66% from 255 or 64.02% from 189); Blue value is 26 (10.55% from 255 or 13.76% from 189); Max value from RGB is 121 - color contains mainly: green. Hex color #2A791A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A791A is #D586E5. Grayscale: #565656. Windows color (decimal): -13993702 or 1734954. OLE color: 1734954.

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

Color convert

RGB4212126-
CMYK0.6500.790.53
HSL109.89º64.63%28.82%-
HSV(B)109.89º78.51%47.45%-
XYZ7.9814.243.31-
YUV86.5593.8396.22-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 22.22%
GREEN value IS 121 (47.66% from 255) = 64.02%
BLUE value IS 26 (10.55% from 255) = 13.76%
R=22.22%
G=64.02%
B=13.76%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal42121260.6500.790.53109.8964.6328.82
Hex2A791A4104F356e411d
Octal521713210101176515610135
Binary1010101111001110101000001010011111101011101110100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A791A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,121,26); }

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

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

 a { background-color: rgb(42,121,26); }

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

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

 span { border-color: rgb(42,121,26); }

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