#319F0D

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

Shades of Forest Green #319F0D

Tints of Forest Green #319F0D

Color information

#319F0D (or 0x319F0D) is unknown color: approx Forest Green. HEX triplet: 31, 9F and 0D. RGB value is (49,159,13). Sum of RGB (Red+Green+Blue) = 49+159+13=221 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.17% from 221); Green value is 159 (62.5% from 255 or 71.95% from 221); Blue value is 13 (5.47% from 255 or 5.88% from 221); Max value from RGB is 159 - color contains mainly: green. Hex color #319F0D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #319F0D is #CE60F2. Grayscale: #6D6D6D. Windows color (decimal): -13525235 or 892721. OLE color: 892721.

HSL color Cylindrical-coordinate representation of color #319F0D: hue angle of 105.21º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #319F0D is Cyan = 0.69, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.38.

Color convert

RGB4915913-
CMYK0.6900.920.38
HSL105.21º84.88%33.73%-
HSV(B)105.21º91.82%62.35%-
XYZ13.7425.484.57-
YUV109.4773.5684.87-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.17%
GREEN value IS 159 (62.5% from 255) = 71.95%
BLUE value IS 13 (5.47% from 255) = 5.88%
R=22.17%
G=71.95%
B=5.88%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal49159130.6900.920.38105.2184.8833.73
Hex319FD4505C26695522
Octal612371510501344615112542
Binary11000110011111110110001010101110010011011010011010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,159,13); }

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

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

 a { background-color: rgb(49,159,13); }

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

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

 span { border-color: rgb(49,159,13); }

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