#32872D

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

Shades of Forest Green #32872D

Tints of Forest Green #32872D

Color information

#32872D (or 0x32872D) is unknown color: approx Forest Green. HEX triplet: 32, 87 and 2D. RGB value is (50,135,45). Sum of RGB (Red+Green+Blue) = 50+135+45=230 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.74% from 230); Green value is 135 (53.12% from 255 or 58.70% from 230); Blue value is 45 (17.97% from 255 or 19.57% from 230); Max value from RGB is 135 - color contains mainly: green. Hex color #32872D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32872D is #CD78D2. Grayscale: #636363. Windows color (decimal): -13465811 or 2983730. OLE color: 2983730.

HSL color Cylindrical-coordinate representation of color #32872D: hue angle of 116.67º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #32872D is Cyan = 0.63, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB5013545-
CMYK0.6300.670.47
HSL116.67º50%35.29%-
HSV(B)116.67º66.67%52.94%-
XYZ10.4518.25.44-
YUV99.3297.3492.82-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.74%
GREEN value IS 135 (53.12% from 255) = 58.70%
BLUE value IS 45 (17.97% from 255) = 19.57%
R=21.74%
G=58.70%
B=19.57%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal50135450.6300.670.47116.675035.29
Hex32872D3F0432F753223
Octal6220755770103571656243
Binary11001010000111101101111111010000111011111110101110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32872D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32872D; }

 p { color: rgb(50,135,45); }

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

<style>
 a { background-color: #32872D; }

 a { background-color: rgb(50,135,45); }

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

<style>
 span { border-color: #32872D; }

 span { border-color: rgb(50,135,45); }

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