#319221

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

Shades of Forest Green #319221

Tints of Forest Green #319221

Color information

#319221 (or 0x319221) is unknown color: approx Forest Green. HEX triplet: 31, 92 and 21. RGB value is (49,146,33). Sum of RGB (Red+Green+Blue) = 49+146+33=228 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.49% from 228); Green value is 146 (57.42% from 255 or 64.04% from 228); Blue value is 33 (13.28% from 255 or 14.47% from 228); Max value from RGB is 146 - color contains mainly: green. Hex color #319221 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319221 is #CE6DDE. Grayscale: #686868. Windows color (decimal): -13528543 or 2200113. OLE color: 2200113.

HSL color Cylindrical-coordinate representation of color #319221: hue angle of 111.5º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #319221 is Cyan = 0.66, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.43.

Color convert

RGB4914633-
CMYK0.6600.770.43
HSL111.5º63.13%35.1%-
HSV(B)111.5º77.4%57.25%-
XYZ11.8221.324.93-
YUV104.1287.8688.69-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.49%
GREEN value IS 146 (57.42% from 255) = 64.04%
BLUE value IS 33 (13.28% from 255) = 14.47%
R=21.49%
G=64.04%
B=14.47%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal49146330.6600.770.43111.563.1335.1
Hex3192214204D2B703f23
Octal61222411020115531607743
Binary110001100100101000011000010010011011010111110000111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319221; }

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

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

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

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

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

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

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

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