#2D8426

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

Shades of Forest Green #2D8426

Tints of Forest Green #2D8426

Color information

#2D8426 (or 0x2D8426) is unknown color: approx Forest Green. HEX triplet: 2D, 84 and 26. RGB value is (45,132,38). Sum of RGB (Red+Green+Blue) = 45+132+38=215 (28% of max value = 765). Red value is 45 (17.97% from 255 or 20.93% from 215); Green value is 132 (51.95% from 255 or 61.40% from 215); Blue value is 38 (15.23% from 255 or 17.67% from 215); Max value from RGB is 132 - color contains mainly: green. Hex color #2D8426 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D8426 is #D27BD9. Grayscale: #5F5F5F. Windows color (decimal): -13794266 or 2524205. OLE color: 2524205.

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

Color convert

RGB4513238-
CMYK0.6600.710.48
HSL115.53º55.29%33.33%-
HSV(B)115.53º71.21%51.76%-
XYZ9.6817.24.64-
YUV95.2795.6892.14-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 20.93%
GREEN value IS 132 (51.95% from 255) = 61.40%
BLUE value IS 38 (15.23% from 255) = 17.67%
R=20.93%
G=61.40%
B=17.67%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal45132380.6600.710.48115.5355.2933.33
Hex2D84264204730743721
Octal55204461020107601646741
Binary101101100001001001101000010010001111100001110100110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D8426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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