#2A902E

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

Shades of Forest Green #2A902E

Tints of Forest Green #2A902E

Color information

#2A902E (or 0x2A902E) is unknown color: approx Forest Green. HEX triplet: 2A, 90 and 2E. RGB value is (42,144,46). Sum of RGB (Red+Green+Blue) = 42+144+46=232 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.10% from 232); Green value is 144 (56.64% from 255 or 62.07% from 232); Blue value is 46 (18.36% from 255 or 19.83% from 232); Max value from RGB is 144 - color contains mainly: green. Hex color #2A902E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A902E is #D56FD1. Grayscale: #666666. Windows color (decimal): -13987794 or 3051562. OLE color: 3051562.

HSL color Cylindrical-coordinate representation of color #2A902E: hue angle of 122.35º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2A902E is Cyan = 0.71, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.44.

Color convert

RGB4214446-
CMYK0.7100.680.44
HSL122.35º54.84%36.47%-
HSV(B)122.35º70.83%56.47%-
XYZ11.4220.645.97-
YUV102.3396.2184.97-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.10%
GREEN value IS 144 (56.64% from 255) = 62.07%
BLUE value IS 46 (18.36% from 255) = 19.83%
R=18.10%
G=62.07%
B=19.83%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal42144460.7100.680.44122.3554.8436.47
Hex2A902E470442C7a3724
Octal52220561070104541726744
Binary101010100100001011101000111010001001011001111010110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A902E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,144,46); }

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

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

 a { background-color: rgb(42,144,46); }

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

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

 span { border-color: rgb(42,144,46); }

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