#315C2F

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

Shades of Parsley #315C2F

Tints of Parsley #315C2F

Color information

#315C2F (or 0x315C2F) is unknown color: approx Parsley. HEX triplet: 31, 5C and 2F. RGB value is (49,92,47). Sum of RGB (Red+Green+Blue) = 49+92+47=188 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.06% from 188); Green value is 92 (36.33% from 255 or 48.94% from 188); Blue value is 47 (18.75% from 255 or 25% from 188); Max value from RGB is 92 - color contains mainly: green. Hex color #315C2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315C2F is #CEA3D0. Grayscale: #4A4A4A. Windows color (decimal): -13542353 or 3103793. OLE color: 3103793.

HSL color Cylindrical-coordinate representation of color #315C2F: hue angle of 117.33º degrees, saturation: 0.32, 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 #315C2F is Cyan = 0.47, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.64.

Color convert

RGB499247-
CMYK0.4700.490.64
HSL117.33º32.37%27.25%-
HSV(B)117.33º48.91%36.08%-
XYZ5.618.514.04-
YUV74.01112.75110.16-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.06%
GREEN value IS 92 (36.33% from 255) = 48.94%
BLUE value IS 47 (18.75% from 255) = 25%
R=26.06%
G=48.94%
B=25%

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
Decimal4992470.4700.490.64117.3332.3727.25
Hex315C2F2F0314075201b
Octal6113457570611001654033
Binary110001101110010111110111101100011000000111010110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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