#2DAA25

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

Shades of Forest Green #2DAA25

Tints of Forest Green #2DAA25

Color information

#2DAA25 (or 0x2DAA25) is unknown color: approx Forest Green. HEX triplet: 2D, AA and 25. RGB value is (45,170,37). Sum of RGB (Red+Green+Blue) = 45+170+37=252 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.86% from 252); Green value is 170 (66.80% from 255 or 67.46% from 252); Blue value is 37 (14.84% from 255 or 14.68% from 252); Max value from RGB is 170 - color contains mainly: green. Hex color #2DAA25 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DAA25 is #D255DA. Grayscale: #757575. Windows color (decimal): -13784539 or 2468397. OLE color: 2468397.

HSL color Cylindrical-coordinate representation of color #2DAA25: hue angle of 116.39º 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 #2DAA25 is Cyan = 0.74, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB4517037-
CMYK0.7400.780.33
HSL116.39º64.25%40.59%-
HSV(B)116.39º78.24%66.67%-
XYZ15.7929.446.6-
YUV117.4682.5976.31-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 17.86%
GREEN value IS 170 (66.80% from 255) = 67.46%
BLUE value IS 37 (14.84% from 255) = 14.68%
R=17.86%
G=67.46%
B=14.68%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal45170370.7400.780.33116.3964.2540.59
Hex2DAA254A04E21744029
Octal552524511201164116410051
Binary1011011010101010010110010100100111010000111101001000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DAA25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,170,37); }

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

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

 a { background-color: rgb(45,170,37); }

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

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

 span { border-color: rgb(45,170,37); }

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