#31402A

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

Shades of Palm Leaf #31402A

Tints of Palm Leaf #31402A

Color information

#31402A (or 0x31402A) is unknown color: approx Palm Leaf. HEX triplet: 31, 40 and 2A. RGB value is (49,64,42). Sum of RGB (Red+Green+Blue) = 49+64+42=155 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.61% from 155); Green value is 64 (25.39% from 255 or 41.29% from 155); Blue value is 42 (16.80% from 255 or 27.10% from 155); Max value from RGB is 64 - color contains mainly: green. Hex color #31402A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31402A is #CEBFD5. Grayscale: #393939. Windows color (decimal): -13549526 or 2768945. OLE color: 2768945.

HSL color Cylindrical-coordinate representation of color #31402A: hue angle of 100.91º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #31402A is Cyan = 0.23, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.75.

Color convert

RGB496442-
CMYK0.2300.340.75
HSL100.91º20.75%20.78%-
HSV(B)100.91º34.38%25.1%-
XYZ3.524.492.87-
YUV57.01119.53122.29-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 31.61%
GREEN value IS 64 (25.39% from 255) = 41.29%
BLUE value IS 42 (16.80% from 255) = 27.10%
R=31.61%
G=41.29%
B=27.10%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4964420.2300.340.75100.9120.7520.78
Hex31402A170224B651515
Octal6110052270421131452525
Binary1100011000000101010101110100010100101111001011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31402A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31402A; }

 p { color: rgb(49,64,42); }

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

<style>
 a { background-color: #31402A; }

 a { background-color: rgb(49,64,42); }

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

<style>
 span { border-color: #31402A; }

 span { border-color: rgb(49,64,42); }

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