#32942B

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

Shades of Forest Green #32942B

Tints of Forest Green #32942B

Color information

#32942B (or 0x32942B) is unknown color: approx Forest Green. HEX triplet: 32, 94 and 2B. RGB value is (50,148,43). Sum of RGB (Red+Green+Blue) = 50+148+43=241 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.75% from 241); Green value is 148 (58.20% from 255 or 61.41% from 241); Blue value is 43 (17.19% from 255 or 17.84% from 241); Max value from RGB is 148 - color contains mainly: green. Hex color #32942B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32942B is #CD6BD4. Grayscale: #6B6B6B. Windows color (decimal): -13462485 or 2855986. OLE color: 2855986.

HSL color Cylindrical-coordinate representation of color #32942B: hue angle of 116º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32942B is Cyan = 0.66, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB5014843-
CMYK0.6600.710.42
HSL116º54.97%37.45%-
HSV(B)116º70.95%58.04%-
XYZ12.3422.035.89-
YUV106.7392.0387.54-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.75%
GREEN value IS 148 (58.20% from 255) = 61.41%
BLUE value IS 43 (17.19% from 255) = 17.84%
R=20.75%
G=61.41%
B=17.84%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal50148430.6600.710.4211654.9737.45
Hex32942B420472A743725
Octal62224531020107521646745
Binary110010100101001010111000010010001111010101110100110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32942B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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