#319C1E

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

Shades of Forest Green #319C1E

Tints of Forest Green #319C1E

Color information

#319C1E (or 0x319C1E) is unknown color: approx Forest Green. HEX triplet: 31, 9C and 1E. RGB value is (49,156,30). Sum of RGB (Red+Green+Blue) = 49+156+30=235 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.85% from 235); Green value is 156 (61.33% from 255 or 66.38% from 235); Blue value is 30 (12.11% from 255 or 12.77% from 235); Max value from RGB is 156 - color contains mainly: green. Hex color #319C1E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319C1E is #CE63E1. Grayscale: #6E6E6E. Windows color (decimal): -13525986 or 2006065. OLE color: 2006065.

HSL color Cylindrical-coordinate representation of color #319C1E: hue angle of 110.95º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #319C1E is Cyan = 0.69, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.39.

Color convert

RGB4915630-
CMYK0.6900.810.39
HSL110.95º67.74%36.47%-
HSV(B)110.95º80.77%61.18%-
XYZ13.3924.525.26-
YUV109.6483.0584.75-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.85%
GREEN value IS 156 (61.33% from 255) = 66.38%
BLUE value IS 30 (12.11% from 255) = 12.77%
R=20.85%
G=66.38%
B=12.77%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal49156300.6900.810.39110.9567.7436.47
Hex319C1E45051276f4424
Octal612343610501214715710444
Binary110001100111001111010001010101000110011111011111000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,156,30); }

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

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

 a { background-color: rgb(49,156,30); }

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

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

 span { border-color: rgb(49,156,30); }

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