#309521

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

Shades of Forest Green #309521

Tints of Forest Green #309521

Color information

#309521 (or 0x309521) is unknown color: approx Forest Green. HEX triplet: 30, 95 and 21. RGB value is (48,149,33). Sum of RGB (Red+Green+Blue) = 48+149+33=230 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.87% from 230); Green value is 149 (58.59% from 255 or 64.78% from 230); Blue value is 33 (13.28% from 255 or 14.35% from 230); Max value from RGB is 149 - color contains mainly: green. Hex color #309521 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #309521 is #CF6ADE. Grayscale: #696969. Windows color (decimal): -13593311 or 2200880. OLE color: 2200880.

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

Color convert

RGB4814933-
CMYK0.6800.780.42
HSL112.24º63.74%35.69%-
HSV(B)112.24º77.85%58.43%-
XYZ12.2422.235.09-
YUV105.5887.0486.93-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.87%
GREEN value IS 149 (58.59% from 255) = 64.78%
BLUE value IS 33 (13.28% from 255) = 14.35%
R=20.87%
G=64.78%
B=14.35%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal48149330.6800.780.42112.2463.7435.69
Hex3095214404E2A704024
Octal602254110401165216010044
Binary1100001001010110000110001000100111010101011100001000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309521; }

 p { color: rgb(48,149,33); }

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

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

 a { background-color: rgb(48,149,33); }

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

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

 span { border-color: rgb(48,149,33); }

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