#315D2F

Color #315D2F Parsley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Parsley #315D2F

Tints of Parsley #315D2F

Color information

#315D2F (or 0x315D2F) is unknown color: approx Parsley. HEX triplet: 31, 5D and 2F. RGB value is (49,93,47). Sum of RGB (Red+Green+Blue) = 49+93+47=189 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.93% from 189); Green value is 93 (36.72% from 255 or 49.21% from 189); Blue value is 47 (18.75% from 255 or 24.87% from 189); Max value from RGB is 93 - color contains mainly: green. Hex color #315D2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315D2F is #CEA2D0. Grayscale: #4A4A4A. Windows color (decimal): -13542097 or 3104049. OLE color: 3104049.

HSL color Cylindrical-coordinate representation of color #315D2F: hue angle of 117.39º degrees, saturation: 0.33, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #315D2F is Cyan = 0.47, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.64.

Color convert

RGB499347-
CMYK0.4700.490.64
HSL117.39º32.86%27.45%-
HSV(B)117.39º49.46%36.47%-
XYZ5.698.694.07-
YUV74.6112.42109.74-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.93%
GREEN value IS 93 (36.72% from 255) = 49.21%
BLUE value IS 47 (18.75% from 255) = 24.87%
R=25.93%
G=49.21%
B=24.87%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4993470.4700.490.64117.3932.8627.45
Hex315D2F2F0314075211b
Octal6113557570611001654133
Binary110001101110110111110111101100011000000111010110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315D2F; }

 p { color: rgb(49,93,47); }

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

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

 a { background-color: rgb(49,93,47); }

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

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

 span { border-color: rgb(49,93,47); }

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