#2AAB2D

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

Shades of Forest Green #2AAB2D

Tints of Forest Green #2AAB2D

Color information

#2AAB2D (or 0x2AAB2D) is unknown color: approx Forest Green. HEX triplet: 2A, AB and 2D. RGB value is (42,171,45). Sum of RGB (Red+Green+Blue) = 42+171+45=258 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.28% from 258); Green value is 171 (67.19% from 255 or 66.28% from 258); Blue value is 45 (17.97% from 255 or 17.44% from 258); Max value from RGB is 171 - color contains mainly: green. Hex color #2AAB2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AAB2D is #D554D2. Grayscale: #767676. Windows color (decimal): -13980883 or 2992938. OLE color: 2992938.

HSL color Cylindrical-coordinate representation of color #2AAB2D: hue angle of 121.4º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2AAB2D is Cyan = 0.75, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB4217145-
CMYK0.7500.740.33
HSL121.4º60.56%41.76%-
HSV(B)121.4º75.44%67.06%-
XYZ15.9929.817.39-
YUV118.0686.7673.75-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.28%
GREEN value IS 171 (67.19% from 255) = 66.28%
BLUE value IS 45 (17.97% from 255) = 17.44%
R=16.28%
G=66.28%
B=17.44%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal42171450.7500.740.33121.460.5641.76
Hex2AAB2D4B04A21793d2a
Octal52253551130112411717552
Binary101010101010111011011001011010010101000011111001111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AAB2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,171,45); }

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

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

 a { background-color: rgb(42,171,45); }

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

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

 span { border-color: rgb(42,171,45); }

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