#2D8428

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

Shades of Forest Green #2D8428

Tints of Forest Green #2D8428

Color information

#2D8428 (or 0x2D8428) is unknown color: approx Forest Green. HEX triplet: 2D, 84 and 28. RGB value is (45,132,40). Sum of RGB (Red+Green+Blue) = 45+132+40=217 (28% of max value = 765). Red value is 45 (17.97% from 255 or 20.74% from 217); Green value is 132 (51.95% from 255 or 60.83% from 217); Blue value is 40 (16.02% from 255 or 18.43% from 217); Max value from RGB is 132 - color contains mainly: green. Hex color #2D8428 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D8428 is #D27BD7. Grayscale: #5F5F5F. Windows color (decimal): -13794264 or 2655277. OLE color: 2655277.

HSL color Cylindrical-coordinate representation of color #2D8428: hue angle of 116.74º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2D8428 is Cyan = 0.66, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.48.

Color convert

RGB4513240-
CMYK0.6600.700.48
HSL116.74º53.49%33.73%-
HSV(B)116.74º69.7%51.76%-
XYZ9.7217.214.82-
YUV95.596.6891.98-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 20.74%
GREEN value IS 132 (51.95% from 255) = 60.83%
BLUE value IS 40 (16.02% from 255) = 18.43%
R=20.74%
G=60.83%
B=18.43%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal45132400.6600.700.48116.7453.4933.73
Hex2D84284204630753522
Octal55204501020106601656542
Binary101101100001001010001000010010001101100001110101110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D8428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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