#318F2D

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

Shades of Forest Green #318F2D

Tints of Forest Green #318F2D

Color information

#318F2D (or 0x318F2D) is unknown color: approx Forest Green. HEX triplet: 31, 8F and 2D. RGB value is (49,143,45). Sum of RGB (Red+Green+Blue) = 49+143+45=237 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.68% from 237); Green value is 143 (56.25% from 255 or 60.34% from 237); Blue value is 45 (17.97% from 255 or 18.99% from 237); Max value from RGB is 143 - color contains mainly: green. Hex color #318F2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318F2D is #CE70D2. Grayscale: #686868. Windows color (decimal): -13529299 or 2985777. OLE color: 2985777.

HSL color Cylindrical-coordinate representation of color #318F2D: hue angle of 117.55º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #318F2D is Cyan = 0.66, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.

Color convert

RGB4914345-
CMYK0.6600.690.44
HSL117.55º52.13%36.86%-
HSV(B)117.55º68.53%56.08%-
XYZ11.5620.495.83-
YUV103.7294.8688.97-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.68%
GREEN value IS 143 (56.25% from 255) = 60.34%
BLUE value IS 45 (17.97% from 255) = 18.99%
R=20.68%
G=60.34%
B=18.99%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal49143450.6600.690.44117.5552.1336.86
Hex318F2D420452C763425
Octal61217551020105541666445
Binary110001100011111011011000010010001011011001110110110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,143,45); }

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

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

 a { background-color: rgb(49,143,45); }

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

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

 span { border-color: rgb(49,143,45); }

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