#2D8326

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

Shades of Forest Green #2D8326

Tints of Forest Green #2D8326

Color information

#2D8326 (or 0x2D8326) is unknown color: approx Forest Green. HEX triplet: 2D, 83 and 26. RGB value is (45,131,38). Sum of RGB (Red+Green+Blue) = 45+131+38=214 (28% of max value = 765). Red value is 45 (17.97% from 255 or 21.03% from 214); Green value is 131 (51.56% from 255 or 61.21% from 214); Blue value is 38 (15.23% from 255 or 17.76% from 214); Max value from RGB is 131 - color contains mainly: green. Hex color #2D8326 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D8326 is #D27CD9. Grayscale: #5E5E5E. Windows color (decimal): -13794522 or 2523949. OLE color: 2523949.

HSL color Cylindrical-coordinate representation of color #2D8326: hue angle of 115.48º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2D8326 is Cyan = 0.66, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.49.

Color convert

RGB4513138-
CMYK0.6600.710.49
HSL115.48º55.03%33.14%-
HSV(B)115.48º70.99%51.37%-
XYZ9.5516.934.6-
YUV94.6896.0192.56-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 21.03%
GREEN value IS 131 (51.56% from 255) = 61.21%
BLUE value IS 38 (15.23% from 255) = 17.76%
R=21.03%
G=61.21%
B=17.76%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal45131380.6600.710.49115.4855.0333.14
Hex2D83264204731733721
Octal55203461020107611636741
Binary101101100000111001101000010010001111100011110011110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D8326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,131,38); }

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

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

 a { background-color: rgb(45,131,38); }

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

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

 span { border-color: rgb(45,131,38); }

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