#32982B

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

Shades of Forest Green #32982B

Tints of Forest Green #32982B

Color information

#32982B (or 0x32982B) is unknown color: approx Forest Green. HEX triplet: 32, 98 and 2B. RGB value is (50,152,43). Sum of RGB (Red+Green+Blue) = 50+152+43=245 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.41% from 245); Green value is 152 (59.77% from 255 or 62.04% from 245); Blue value is 43 (17.19% from 255 or 17.55% from 245); Max value from RGB is 152 - color contains mainly: green. Hex color #32982B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32982B is #CD67D4. Grayscale: #6D6D6D. Windows color (decimal): -13461461 or 2857010. OLE color: 2857010.

HSL color Cylindrical-coordinate representation of color #32982B: hue angle of 116.15º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #32982B is Cyan = 0.67, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.40.

Color convert

RGB5015243-
CMYK0.6700.720.40
HSL116.15º55.9%38.24%-
HSV(B)116.15º71.71%59.61%-
XYZ12.9823.316.1-
YUV109.0890.7185.86-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.41%
GREEN value IS 152 (59.77% from 255) = 62.04%
BLUE value IS 43 (17.19% from 255) = 17.55%
R=20.41%
G=62.04%
B=17.55%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal50152430.6700.720.40116.1555.938.24
Hex32982B4304828743826
Octal62230531030110501647046
Binary110010100110001010111000011010010001010001110100111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32982B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32982B; }

 p { color: rgb(50,152,43); }

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

<style>
 a { background-color: #32982B; }

 a { background-color: rgb(50,152,43); }

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

<style>
 span { border-color: #32982B; }

 span { border-color: rgb(50,152,43); }

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