#313F2C

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

Shades of Palm Leaf #313F2C

Tints of Palm Leaf #313F2C

Color information

#313F2C (or 0x313F2C) is unknown color: approx Palm Leaf. HEX triplet: 31, 3F and 2C. RGB value is (49,63,44). Sum of RGB (Red+Green+Blue) = 49+63+44=156 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.41% from 156); Green value is 63 (25% from 255 or 40.38% from 156); Blue value is 44 (17.58% from 255 or 28.21% from 156); Max value from RGB is 63 - color contains mainly: green. Hex color #313F2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313F2C is #CEC0D3. Grayscale: #383838. Windows color (decimal): -13549780 or 2899761. OLE color: 2899761.

HSL color Cylindrical-coordinate representation of color #313F2C: hue angle of 104.21º degrees, saturation: 0.18, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #313F2C is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.75.

Color convert

RGB496344-
CMYK0.2200.300.75
HSL104.21º17.76%20.98%-
HSV(B)104.21º30.16%24.71%-
XYZ3.54.393.05-
YUV56.65120.86122.54-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 31.41%
GREEN value IS 63 (25% from 255) = 40.38%
BLUE value IS 44 (17.58% from 255) = 28.21%
R=31.41%
G=40.38%
B=28.21%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4963440.2200.300.75104.2117.7620.98
Hex313F2C1601E4B681215
Octal617754260361131502225
Binary11000111111110110010110011110100101111010001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313F2C; }

 p { color: rgb(49,63,44); }

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

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

 a { background-color: rgb(49,63,44); }

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

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

 span { border-color: rgb(49,63,44); }

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