#319A16

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

Shades of Forest Green #319A16

Tints of Forest Green #319A16

Color information

#319A16 (or 0x319A16) is unknown color: approx Forest Green. HEX triplet: 31, 9A and 16. RGB value is (49,154,22). Sum of RGB (Red+Green+Blue) = 49+154+22=225 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.78% from 225); Green value is 154 (60.55% from 255 or 68.44% from 225); Blue value is 22 (8.98% from 255 or 9.78% from 225); Max value from RGB is 154 - color contains mainly: green. Hex color #319A16 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #319A16 is #CE65E9. Grayscale: #6B6B6B. Windows color (decimal): -13526506 or 1481265. OLE color: 1481265.

HSL color Cylindrical-coordinate representation of color #319A16: hue angle of 107.73º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #319A16 is Cyan = 0.68, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.40.

Color convert

RGB4915422-
CMYK0.6800.860.40
HSL107.73º75%34.51%-
HSV(B)107.73º85.71%60.39%-
XYZ12.9723.824.67-
YUV107.5679.7186.23-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.78%
GREEN value IS 154 (60.55% from 255) = 68.44%
BLUE value IS 22 (8.98% from 255) = 9.78%
R=21.78%
G=68.44%
B=9.78%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal49154220.6800.860.40107.737534.51
Hex319A1644056286c4b23
Octal612322610401265015411343
Binary110001100110101011010001000101011010100011011001001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319A16; }

 p { color: rgb(49,154,22); }

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

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

 a { background-color: rgb(49,154,22); }

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

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

 span { border-color: rgb(49,154,22); }

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