#2D822A

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

Shades of Forest Green #2D822A

Tints of Forest Green #2D822A

Color information

#2D822A (or 0x2D822A) is unknown color: approx Forest Green. HEX triplet: 2D, 82 and 2A. RGB value is (45,130,42). Sum of RGB (Red+Green+Blue) = 45+130+42=217 (28% of max value = 765). Red value is 45 (17.97% from 255 or 20.74% from 217); Green value is 130 (51.17% from 255 or 59.91% from 217); Blue value is 42 (16.80% from 255 or 19.35% from 217); Max value from RGB is 130 - color contains mainly: green. Hex color #2D822A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D822A is #D27DD5. Grayscale: #5E5E5E. Windows color (decimal): -13794774 or 2785837. OLE color: 2785837.

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

Color convert

RGB4513042-
CMYK0.6500.680.49
HSL117.95º51.16%33.73%-
HSV(B)117.95º67.69%50.98%-
XYZ9.4816.694.91-
YUV94.5598.3492.66-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 20.74%
GREEN value IS 130 (51.17% from 255) = 59.91%
BLUE value IS 42 (16.80% from 255) = 19.35%
R=20.74%
G=59.91%
B=19.35%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal45130420.6500.680.49117.9551.1633.73
Hex2D822A4104431763322
Octal55202521010104611666342
Binary101101100000101010101000001010001001100011110110110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D822A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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