#2DA922

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

Shades of Forest Green #2DA922

Tints of Forest Green #2DA922

Color information

#2DA922 (or 0x2DA922) is unknown color: approx Forest Green. HEX triplet: 2D, A9 and 22. RGB value is (45,169,34). Sum of RGB (Red+Green+Blue) = 45+169+34=248 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.15% from 248); Green value is 169 (66.41% from 255 or 68.15% from 248); Blue value is 34 (13.67% from 255 or 13.71% from 248); Max value from RGB is 169 - color contains mainly: green. Hex color #2DA922 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DA922 is #D256DD. Grayscale: #747474. Windows color (decimal): -13784798 or 2271533. OLE color: 2271533.

HSL color Cylindrical-coordinate representation of color #2DA922: hue angle of 115.11º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DA922 is Cyan = 0.73, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.34.

Color convert

RGB4516934-
CMYK0.7300.800.34
HSL115.11º66.5%39.8%-
HSV(B)115.11º79.88%66.27%-
XYZ15.5629.056.3-
YUV116.5381.4276.98-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 18.15%
GREEN value IS 169 (66.41% from 255) = 68.15%
BLUE value IS 34 (13.67% from 255) = 13.71%
R=18.15%
G=68.15%
B=13.71%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal45169340.7300.800.34115.1166.539.8
Hex2DA9224905022734328
Octal552514211101204216310350
Binary1011011010100110001010010010101000010001011100111000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DA922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,169,34); }

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

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

 a { background-color: rgb(45,169,34); }

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

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

 span { border-color: rgb(45,169,34); }

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