#32992E

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

Shades of Forest Green #32992E

Tints of Forest Green #32992E

Color information

#32992E (or 0x32992E) is unknown color: approx Forest Green. HEX triplet: 32, 99 and 2E. RGB value is (50,153,46). Sum of RGB (Red+Green+Blue) = 50+153+46=249 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.08% from 249); Green value is 153 (60.16% from 255 or 61.45% from 249); Blue value is 46 (18.36% from 255 or 18.47% from 249); Max value from RGB is 153 - color contains mainly: green. Hex color #32992E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32992E is #CD66D1. Grayscale: #6E6E6E. Windows color (decimal): -13461202 or 3053874. OLE color: 3053874.

HSL color Cylindrical-coordinate representation of color #32992E: hue angle of 117.76º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #32992E is Cyan = 0.67, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.4.

Color convert

RGB5015346-
CMYK0.6700.700.4
HSL117.76º53.77%39.02%-
HSV(B)117.76º69.93%60%-
XYZ13.223.666.46-
YUV11091.8885.2-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.08%
GREEN value IS 153 (60.16% from 255) = 61.45%
BLUE value IS 46 (18.36% from 255) = 18.47%
R=20.08%
G=61.45%
B=18.47%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal50153460.6700.700.4117.7653.7739.02
Hex32992E4304628763627
Octal62231561030106501666647
Binary110010100110011011101000011010001101010001110110110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32992E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32992E; }

 p { color: rgb(50,153,46); }

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

<style>
 a { background-color: #32992E; }

 a { background-color: rgb(50,153,46); }

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

<style>
 span { border-color: #32992E; }

 span { border-color: rgb(50,153,46); }

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