#319421

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

Shades of Forest Green #319421

Tints of Forest Green #319421

Color information

#319421 (or 0x319421) is unknown color: approx Forest Green. HEX triplet: 31, 94 and 21. RGB value is (49,148,33). Sum of RGB (Red+Green+Blue) = 49+148+33=230 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.30% from 230); Green value is 148 (58.20% from 255 or 64.35% from 230); Blue value is 33 (13.28% from 255 or 14.35% from 230); Max value from RGB is 148 - color contains mainly: green. Hex color #319421 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319421 is #CE6BDE. Grayscale: #696969. Windows color (decimal): -13528031 or 2200625. OLE color: 2200625.

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

Color convert

RGB4914833-
CMYK0.6700.780.42
HSL111.65º63.54%35.49%-
HSV(B)111.65º77.7%58.04%-
XYZ12.1321.945.03-
YUV105.2987.287.85-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.30%
GREEN value IS 148 (58.20% from 255) = 64.35%
BLUE value IS 33 (13.28% from 255) = 14.35%
R=21.30%
G=64.35%
B=14.35%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal49148330.6700.780.42111.6563.5435.49
Hex3194214304E2A704023
Octal612244110301165216010043
Binary1100011001010010000110000110100111010101011100001000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319421; }

 p { color: rgb(49,148,33); }

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

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

 a { background-color: rgb(49,148,33); }

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

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

 span { border-color: rgb(49,148,33); }

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