#318B2A

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

Shades of Forest Green #318B2A

Tints of Forest Green #318B2A

Color information

#318B2A (or 0x318B2A) is unknown color: approx Forest Green. HEX triplet: 31, 8B and 2A. RGB value is (49,139,42). Sum of RGB (Red+Green+Blue) = 49+139+42=230 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.30% from 230); Green value is 139 (54.69% from 255 or 60.43% from 230); Blue value is 42 (16.80% from 255 or 18.26% from 230); Max value from RGB is 139 - color contains mainly: green. Hex color #318B2A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318B2A is #CE74D5. Grayscale: #656565. Windows color (decimal): -13530326 or 2788145. OLE color: 2788145.

HSL color Cylindrical-coordinate representation of color #318B2A: hue angle of 115.67º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #318B2A is Cyan = 0.65, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.45.

Color convert

RGB4913942-
CMYK0.6500.700.45
HSL115.67º53.59%35.49%-
HSV(B)115.67º69.78%54.51%-
XYZ10.9219.295.34-
YUV101.0394.6890.89-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.30%
GREEN value IS 139 (54.69% from 255) = 60.43%
BLUE value IS 42 (16.80% from 255) = 18.26%
R=21.30%
G=60.43%
B=18.26%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal49139420.6500.700.45115.6753.5935.49
Hex318B2A410462D743623
Octal61213521010106551646643
Binary110001100010111010101000001010001101011011110100110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,139,42); }

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

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

 a { background-color: rgb(49,139,42); }

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

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

 span { border-color: rgb(49,139,42); }

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