#2AAB25

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

Shades of Forest Green #2AAB25

Tints of Forest Green #2AAB25

Color information

#2AAB25 (or 0x2AAB25) is unknown color: approx Forest Green. HEX triplet: 2A, AB and 25. RGB value is (42,171,37). Sum of RGB (Red+Green+Blue) = 42+171+37=250 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.8% from 250); Green value is 171 (67.19% from 255 or 68.4% from 250); Blue value is 37 (14.84% from 255 or 14.8% from 250); Max value from RGB is 171 - color contains mainly: green. Hex color #2AAB25 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AAB25 is #D554DA. Grayscale: #757575. Windows color (decimal): -13980891 or 2468650. OLE color: 2468650.

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

Color convert

RGB4217137-
CMYK0.7500.780.33
HSL117.76º64.42%40.78%-
HSV(B)117.76º78.36%67.06%-
XYZ15.8529.756.66-
YUV117.1582.7674.4-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.8%
GREEN value IS 171 (67.19% from 255) = 68.4%
BLUE value IS 37 (14.84% from 255) = 14.8%
R=16.8%
G=68.4%
B=14.8%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal42171370.7500.780.33117.7664.4240.78
Hex2AAB254B04E21764029
Octal522534511301164116610051
Binary1010101010101110010110010110100111010000111101101000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AAB25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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