#32983B

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

Shades of Forest Green #32983B

Tints of Forest Green #32983B

Color information

#32983B (or 0x32983B) is unknown color: approx Forest Green. HEX triplet: 32, 98 and 3B. RGB value is (50,152,59). Sum of RGB (Red+Green+Blue) = 50+152+59=261 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.16% from 261); Green value is 152 (59.77% from 255 or 58.24% from 261); Blue value is 59 (23.44% from 255 or 22.61% from 261); Max value from RGB is 152 - color contains mainly: green. Hex color #32983B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32983B is #CD67C4. Grayscale: #6F6F6F. Windows color (decimal): -13461445 or 3905586. OLE color: 3905586.

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

Color convert

RGB5015259-
CMYK0.6700.610.40
HSL125.29º50.5%39.61%-
HSV(B)125.29º67.11%59.61%-
XYZ13.3323.457.96-
YUV110.998.7184.56-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.16%
GREEN value IS 152 (59.77% from 255) = 58.24%
BLUE value IS 59 (23.44% from 255) = 22.61%
R=19.16%
G=58.24%
B=22.61%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal50152590.6700.610.40125.2950.539.61
Hex32983B4303D287d3228
Octal6223073103075501756250
Binary11001010011000111011100001101111011010001111101110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32983B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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