#31512F

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

Shades of Parsley #31512F

Tints of Parsley #31512F

Color information

#31512F (or 0x31512F) is unknown color: approx Parsley. HEX triplet: 31, 51 and 2F. RGB value is (49,81,47). Sum of RGB (Red+Green+Blue) = 49+81+47=177 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.68% from 177); Green value is 81 (32.03% from 255 or 45.76% from 177); Blue value is 47 (18.75% from 255 or 26.55% from 177); Max value from RGB is 81 - color contains mainly: green. Hex color #31512F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31512F is #CEAED0. Grayscale: #434343. Windows color (decimal): -13545169 or 3100977. OLE color: 3100977.

HSL color Cylindrical-coordinate representation of color #31512F: hue angle of 116.47º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #31512F is Cyan = 0.40, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.68.

Color convert

RGB498147-
CMYK0.4000.420.68
HSL116.47º26.56%25.1%-
HSV(B)116.47º41.98%31.76%-
XYZ4.726.743.74-
YUV67.56116.4114.76-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.68%
GREEN value IS 81 (32.03% from 255) = 45.76%
BLUE value IS 47 (18.75% from 255) = 26.55%
R=27.68%
G=45.76%
B=26.55%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4981470.4000.420.68116.4726.5625.1
Hex31512F2802A44741b19
Octal6112157500521041643331
Binary11000110100011011111010000101010100010011101001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31512F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31512F; }

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

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

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

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

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

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

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

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