#309932

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

Shades of Forest Green #309932

Tints of Forest Green #309932

Color information

#309932 (or 0x309932) is unknown color: approx Forest Green. HEX triplet: 30, 99 and 32. RGB value is (48,153,50). Sum of RGB (Red+Green+Blue) = 48+153+50=251 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.12% from 251); Green value is 153 (60.16% from 255 or 60.96% from 251); Blue value is 50 (19.92% from 255 or 19.92% from 251); Max value from RGB is 153 - color contains mainly: green. Hex color #309932 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #309932 is #CF66CD. Grayscale: #6E6E6E. Windows color (decimal): -13592270 or 3316016. OLE color: 3316016.

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

Color convert

RGB4815350-
CMYK0.6900.670.4
HSL121.14º52.24%39.41%-
HSV(B)121.14º68.63%60%-
XYZ13.1923.646.89-
YUV109.8694.2183.88-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.12%
GREEN value IS 153 (60.16% from 255) = 60.96%
BLUE value IS 50 (19.92% from 255) = 19.92%
R=19.12%
G=60.96%
B=19.92%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal48153500.6900.670.4121.1452.2439.41
Hex3099324504328793427
Octal60231621050103501716447
Binary110000100110011100101000101010000111010001111001110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309932; }

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

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

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

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

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

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

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

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