#2D8221

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

Shades of Forest Green #2D8221

Tints of Forest Green #2D8221

Color information

#2D8221 (or 0x2D8221) is unknown color: approx Forest Green. HEX triplet: 2D, 82 and 21. RGB value is (45,130,33). Sum of RGB (Red+Green+Blue) = 45+130+33=208 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.63% from 208); Green value is 130 (51.17% from 255 or 62.5% from 208); Blue value is 33 (13.28% from 255 or 15.87% from 208); Max value from RGB is 130 - color contains mainly: green. Hex color #2D8221 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D8221 is #D27DDE. Grayscale: #5D5D5D. Windows color (decimal): -13794783 or 2196013. OLE color: 2196013.

HSL color Cylindrical-coordinate representation of color #2D8221: hue angle of 112.58º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2D8221 is Cyan = 0.65, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB4513033-
CMYK0.6500.750.49
HSL112.58º59.51%31.96%-
HSV(B)112.58º74.62%50.98%-
XYZ9.3416.634.16-
YUV93.5393.8493.39-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 21.63%
GREEN value IS 130 (51.17% from 255) = 62.5%
BLUE value IS 33 (13.28% from 255) = 15.87%
R=21.63%
G=62.5%
B=15.87%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal45130330.6500.750.49112.5859.5131.96
Hex2D82214104B31713c20
Octal55202411010113611617440
Binary101101100000101000011000001010010111100011110001111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D8221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,130,33); }

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

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

 a { background-color: rgb(45,130,33); }

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

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

 span { border-color: rgb(45,130,33); }

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