#31472F

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

Shades of Palm Leaf #31472F

Tints of Palm Leaf #31472F

Color information

#31472F (or 0x31472F) is unknown color: approx Palm Leaf. HEX triplet: 31, 47 and 2F. RGB value is (49,71,47). Sum of RGB (Red+Green+Blue) = 49+71+47=167 (22% of max value = 765). Red value is 49 (19.53% from 255 or 29.34% from 167); Green value is 71 (28.12% from 255 or 42.51% from 167); Blue value is 47 (18.75% from 255 or 28.14% from 167); Max value from RGB is 71 - color contains mainly: green. Hex color #31472F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31472F is #CEB8D0. Grayscale: #3D3D3D. Windows color (decimal): -13547729 or 3098417. OLE color: 3098417.

HSL color Cylindrical-coordinate representation of color #31472F: hue angle of 115º degrees, saturation: 0.2, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #31472F is Cyan = 0.31, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.72.

Color convert

RGB497147-
CMYK0.3100.340.72
HSL115º20.34%23.14%-
HSV(B)115º33.8%27.84%-
XYZ4.035.363.51-
YUV61.69119.71118.95-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 29.34%
GREEN value IS 71 (28.12% from 255) = 42.51%
BLUE value IS 47 (18.75% from 255) = 28.14%
R=29.34%
G=42.51%
B=28.14%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4971470.3100.340.7211520.3423.14
Hex31472F1F02248731417
Octal6110757370421101632427
Binary1100011000111101111111110100010100100011100111010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31472F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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