#318D1F

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

Shades of Forest Green #318D1F

Tints of Forest Green #318D1F

Color information

#318D1F (or 0x318D1F) is unknown color: approx Forest Green. HEX triplet: 31, 8D and 1F. RGB value is (49,141,31). Sum of RGB (Red+Green+Blue) = 49+141+31=221 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.17% from 221); Green value is 141 (55.47% from 255 or 63.80% from 221); Blue value is 31 (12.5% from 255 or 14.03% from 221); Max value from RGB is 141 - color contains mainly: green. Hex color #318D1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318D1F is #CE72E0. Grayscale: #656565. Windows color (decimal): -13529825 or 2067761. OLE color: 2067761.

HSL color Cylindrical-coordinate representation of color #318D1F: hue angle of 110.18º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #318D1F is Cyan = 0.65, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.45.

Color convert

RGB4914131-
CMYK0.6500.780.45
HSL110.18º63.95%33.73%-
HSV(B)110.18º78.01%55.29%-
XYZ11.0419.84.54-
YUV100.9588.5290.94-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.17%
GREEN value IS 141 (55.47% from 255) = 63.80%
BLUE value IS 31 (12.5% from 255) = 14.03%
R=22.17%
G=63.80%
B=14.03%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal49141310.6500.780.45110.1863.9533.73
Hex318D1F4104E2D6e4022
Octal612153710101165515610042
Binary110001100011011111110000010100111010110111011101000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318D1F; }

 p { color: rgb(49,141,31); }

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

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

 a { background-color: rgb(49,141,31); }

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

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

 span { border-color: rgb(49,141,31); }

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