#319E0A

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

Shades of Forest Green #319E0A

Tints of Forest Green #319E0A

Color information

#319E0A (or 0x319E0A) is unknown color: approx Forest Green. HEX triplet: 31, 9E and 0A. RGB value is (49,158,10). Sum of RGB (Red+Green+Blue) = 49+158+10=217 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.58% from 217); Green value is 158 (62.11% from 255 or 72.81% from 217); Blue value is 10 (4.30% from 255 or 4.61% from 217); Max value from RGB is 158 - color contains mainly: green. Hex color #319E0A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #319E0A is #CE61F5. Grayscale: #6D6D6D. Windows color (decimal): -13525494 or 695857. OLE color: 695857.

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

Color convert

RGB4915810-
CMYK0.6900.940.38
HSL104.19º88.1%32.94%-
HSV(B)104.19º93.67%61.96%-
XYZ13.5525.134.42-
YUV108.5472.3985.53-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.58%
GREEN value IS 158 (62.11% from 255) = 72.81%
BLUE value IS 10 (4.30% from 255) = 4.61%
R=22.58%
G=72.81%
B=4.61%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal49158100.6900.940.38104.1988.132.94
Hex319EA4505E26685821
Octal612361210501364615013041
Binary11000110011110101010001010101111010011011010001011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,158,10); }

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

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

 a { background-color: rgb(49,158,10); }

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

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

 span { border-color: rgb(49,158,10); }

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