#318726

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

Shades of Forest Green #318726

Tints of Forest Green #318726

Color information

#318726 (or 0x318726) is unknown color: approx Forest Green. HEX triplet: 31, 87 and 26. RGB value is (49,135,38). Sum of RGB (Red+Green+Blue) = 49+135+38=222 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.07% from 222); Green value is 135 (53.12% from 255 or 60.81% from 222); Blue value is 38 (15.23% from 255 or 17.12% from 222); Max value from RGB is 135 - color contains mainly: green. Hex color #318726 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318726 is #CE78D9. Grayscale: #626262. Windows color (decimal): -13531354 or 2524977. OLE color: 2524977.

HSL color Cylindrical-coordinate representation of color #318726: hue angle of 113.2º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #318726 is Cyan = 0.64, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.47.

Color convert

RGB4913538-
CMYK0.6400.720.47
HSL113.2º56.07%33.92%-
HSV(B)113.2º71.85%52.94%-
XYZ10.2818.124.79-
YUV98.2394.0192.89-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.07%
GREEN value IS 135 (53.12% from 255) = 60.81%
BLUE value IS 38 (15.23% from 255) = 17.12%
R=22.07%
G=60.81%
B=17.12%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal49135380.6400.720.47113.256.0733.92
Hex318726400482F713822
Octal61207461000110571617042
Binary110001100001111001101000000010010001011111110001111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318726; }

 p { color: rgb(49,135,38); }

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

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

 a { background-color: rgb(49,135,38); }

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

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

 span { border-color: rgb(49,135,38); }

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