#2DA50F

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

Shades of Forest Green #2DA50F

Tints of Forest Green #2DA50F

Color information

#2DA50F (or 0x2DA50F) is unknown color: approx Forest Green. HEX triplet: 2D, A5 and 0F. RGB value is (45,165,15). Sum of RGB (Red+Green+Blue) = 45+165+15=225 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20% from 225); Green value is 165 (64.84% from 255 or 73.33% from 225); Blue value is 15 (6.25% from 255 or 6.67% from 225); Max value from RGB is 165 - color contains mainly: green. Hex color #2DA50F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2DA50F is #D25AF0. Grayscale: #707070. Windows color (decimal): -13785841 or 1025325. OLE color: 1025325.

HSL color Cylindrical-coordinate representation of color #2DA50F: hue angle of 108º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2DA50F is Cyan = 0.73, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.35.

Color convert

RGB4516515-
CMYK0.7300.910.35
HSL108º83.33%35.29%-
HSV(B)108º90.91%64.71%-
XYZ14.6227.54.99-
YUV112.0273.2480.2-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 20%
GREEN value IS 165 (64.84% from 255) = 73.33%
BLUE value IS 15 (6.25% from 255) = 6.67%
R=20%
G=73.33%
B=6.67%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal45165150.7300.910.3510883.3335.29
Hex2DA5F4905B236c5323
Octal552451711101334315412343
Binary10110110100101111110010010101101110001111011001010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DA50F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,165,15); }

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

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

 a { background-color: rgb(45,165,15); }

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

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

 span { border-color: rgb(45,165,15); }

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