#318728

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

Shades of Forest Green #318728

Tints of Forest Green #318728

Color information

#318728 (or 0x318728) is unknown color: approx Forest Green. HEX triplet: 31, 87 and 28. RGB value is (49,135,40). Sum of RGB (Red+Green+Blue) = 49+135+40=224 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.88% from 224); Green value is 135 (53.12% from 255 or 60.27% from 224); Blue value is 40 (16.02% from 255 or 17.86% from 224); Max value from RGB is 135 - color contains mainly: green. Hex color #318728 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318728 is #CE78D7. Grayscale: #626262. Windows color (decimal): -13531352 or 2656049. OLE color: 2656049.

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

Color convert

RGB4913540-
CMYK0.6400.700.47
HSL114.32º54.29%34.31%-
HSV(B)114.32º70.37%52.94%-
XYZ10.3118.134.96-
YUV98.4695.0192.72-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.88%
GREEN value IS 135 (53.12% from 255) = 60.27%
BLUE value IS 40 (16.02% from 255) = 17.86%
R=21.88%
G=60.27%
B=17.86%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal49135400.6400.700.47114.3254.2934.31
Hex318728400462F723622
Octal61207501000106571626642
Binary110001100001111010001000000010001101011111110010110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318728; }

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

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

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

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

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

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

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

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