#329430

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

Shades of Forest Green #329430

Tints of Forest Green #329430

Color information

#329430 (or 0x329430) is unknown color: approx Forest Green. HEX triplet: 32, 94 and 30. RGB value is (50,148,48). Sum of RGB (Red+Green+Blue) = 50+148+48=246 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.33% from 246); Green value is 148 (58.20% from 255 or 60.16% from 246); Blue value is 48 (19.14% from 255 or 19.51% from 246); Max value from RGB is 148 - color contains mainly: green. Hex color #329430 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329430 is #CD6BCF. Grayscale: #6B6B6B. Windows color (decimal): -13462480 or 3183666. OLE color: 3183666.

HSL color Cylindrical-coordinate representation of color #329430: hue angle of 118.8º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #329430 is Cyan = 0.66, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB5014848-
CMYK0.6600.680.42
HSL118.8º51.02%38.43%-
HSV(B)118.8º67.57%58.04%-
XYZ12.4422.076.4-
YUV107.394.5387.13-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.33%
GREEN value IS 148 (58.20% from 255) = 60.16%
BLUE value IS 48 (19.14% from 255) = 19.51%
R=20.33%
G=60.16%
B=19.51%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal50148480.6600.680.42118.851.0238.43
Hex329430420442A773326
Octal62224601020104521676346
Binary110010100101001100001000010010001001010101110111110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329430; }

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

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

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

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

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

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

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

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