#2DA628

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

Shades of Forest Green #2DA628

Tints of Forest Green #2DA628

Color information

#2DA628 (or 0x2DA628) is unknown color: approx Forest Green. HEX triplet: 2D, A6 and 28. RGB value is (45,166,40). Sum of RGB (Red+Green+Blue) = 45+166+40=251 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.93% from 251); Green value is 166 (65.23% from 255 or 66.14% from 251); Blue value is 40 (16.02% from 255 or 15.94% from 251); Max value from RGB is 166 - color contains mainly: green. Hex color #2DA628 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DA628 is #D259D7. Grayscale: #737373. Windows color (decimal): -13785560 or 2663981. OLE color: 2663981.

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

Color convert

RGB4516640-
CMYK0.7300.760.35
HSL117.62º61.17%40.39%-
HSV(B)117.62º75.9%65.1%-
XYZ15.127.986.61-
YUV115.4685.4177.75-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 17.93%
GREEN value IS 166 (65.23% from 255) = 66.14%
BLUE value IS 40 (16.02% from 255) = 15.94%
R=17.93%
G=66.14%
B=15.94%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal45166400.7300.760.35117.6261.1740.39
Hex2DA6284904C23763d28
Octal55246501110114431667550
Binary101101101001101010001001001010011001000111110110111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DA628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,166,40); }

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

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

 a { background-color: rgb(45,166,40); }

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

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

 span { border-color: rgb(45,166,40); }

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