#329028

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

Shades of Forest Green #329028

Tints of Forest Green #329028

Color information

#329028 (or 0x329028) is unknown color: approx Forest Green. HEX triplet: 32, 90 and 28. RGB value is (50,144,40). Sum of RGB (Red+Green+Blue) = 50+144+40=234 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.37% from 234); Green value is 144 (56.64% from 255 or 61.54% from 234); Blue value is 40 (16.02% from 255 or 17.09% from 234); Max value from RGB is 144 - color contains mainly: green. Hex color #329028 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329028 is #CD6FD7. Grayscale: #686868. Windows color (decimal): -13463512 or 2658354. OLE color: 2658354.

HSL color Cylindrical-coordinate representation of color #329028: hue angle of 114.23º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #329028 is Cyan = 0.65, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.44.

Color convert

RGB5014440-
CMYK0.6500.720.44
HSL114.23º56.52%36.08%-
HSV(B)114.23º72.22%56.47%-
XYZ11.6720.785.4-
YUV104.0491.8689.46-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.37%
GREEN value IS 144 (56.64% from 255) = 61.54%
BLUE value IS 40 (16.02% from 255) = 17.09%
R=21.37%
G=61.54%
B=17.09%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal50144400.6500.720.44114.2356.5236.08
Hex329028410482C723924
Octal62220501010110541627144
Binary110010100100001010001000001010010001011001110010111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329028; }

 p { color: rgb(50,144,40); }

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

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

 a { background-color: rgb(50,144,40); }

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

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

 span { border-color: rgb(50,144,40); }

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