#309332

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

Shades of Forest Green #309332

Tints of Forest Green #309332

Color information

#309332 (or 0x309332) is unknown color: approx Forest Green. HEX triplet: 30, 93 and 32. RGB value is (48,147,50). Sum of RGB (Red+Green+Blue) = 48+147+50=245 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.59% from 245); Green value is 147 (57.81% from 255 or 60% from 245); Blue value is 50 (19.92% from 255 or 20.41% from 245); Max value from RGB is 147 - color contains mainly: green. Hex color #309332 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #309332 is #CF6CCD. Grayscale: #6A6A6A. Windows color (decimal): -13593806 or 3314480. OLE color: 3314480.

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

Color convert

RGB4814750-
CMYK0.6700.660.42
HSL121.21º50.77%38.24%-
HSV(B)121.21º67.35%57.65%-
XYZ12.2321.736.57-
YUV106.3496.286.39-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.59%
GREEN value IS 147 (57.81% from 255) = 60%
BLUE value IS 50 (19.92% from 255) = 20.41%
R=19.59%
G=60%
B=20.41%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal48147500.6700.660.42121.2150.7738.24
Hex309332430422A793326
Octal60223621030102521716346
Binary110000100100111100101000011010000101010101111001110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309332; }

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

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

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

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

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

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

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

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