#318B25

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

Shades of Forest Green #318B25

Tints of Forest Green #318B25

Color information

#318B25 (or 0x318B25) is unknown color: approx Forest Green. HEX triplet: 31, 8B and 25. RGB value is (49,139,37). Sum of RGB (Red+Green+Blue) = 49+139+37=225 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.78% from 225); Green value is 139 (54.69% from 255 or 61.78% from 225); Blue value is 37 (14.84% from 255 or 16.44% from 225); Max value from RGB is 139 - color contains mainly: green. Hex color #318B25 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318B25 is #CE74DA. Grayscale: #646464. Windows color (decimal): -13530331 or 2460465. OLE color: 2460465.

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

Color convert

RGB4913937-
CMYK0.6500.730.45
HSL112.94º57.95%34.51%-
HSV(B)112.94º73.38%54.51%-
XYZ10.8319.254.9-
YUV100.4692.1891.29-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.78%
GREEN value IS 139 (54.69% from 255) = 61.78%
BLUE value IS 37 (14.84% from 255) = 16.44%
R=21.78%
G=61.78%
B=16.44%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal49139370.6500.730.45112.9457.9534.51
Hex318B25410492D713a23
Octal61213451010111551617243
Binary110001100010111001011000001010010011011011110001111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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