#318A2C

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

Shades of Forest Green #318A2C

Tints of Forest Green #318A2C

Color information

#318A2C (or 0x318A2C) is unknown color: approx Forest Green. HEX triplet: 31, 8A and 2C. RGB value is (49,138,44). Sum of RGB (Red+Green+Blue) = 49+138+44=231 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.21% from 231); Green value is 138 (54.30% from 255 or 59.74% from 231); Blue value is 44 (17.58% from 255 or 19.05% from 231); Max value from RGB is 138 - color contains mainly: green. Hex color #318A2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318A2C is #CE75D3. Grayscale: #646464. Windows color (decimal): -13530580 or 2918961. OLE color: 2918961.

HSL color Cylindrical-coordinate representation of color #318A2C: hue angle of 116.81º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #318A2C is Cyan = 0.64, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.46.

Color convert

RGB4913844-
CMYK0.6400.680.46
HSL116.81º51.65%35.69%-
HSV(B)116.81º68.12%54.12%-
XYZ10.8119.015.48-
YUV100.6796.0191.14-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.21%
GREEN value IS 138 (54.30% from 255) = 59.74%
BLUE value IS 44 (17.58% from 255) = 19.05%
R=21.21%
G=59.74%
B=19.05%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal49138440.6400.680.46116.8151.6535.69
Hex318A2C400442E753424
Octal61212541000104561656444
Binary110001100010101011001000000010001001011101110101110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,138,44); }

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

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

 a { background-color: rgb(49,138,44); }

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

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

 span { border-color: rgb(49,138,44); }

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