Html Css Color HEX #31402F Palm Leaf

📋 copy color: '#31402F'

red 49 ◦ green 64 ◦ blue 47

#31402F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Palm Leaf #31402F

Tints of Palm Leaf #31402F

RGB

 RED value IS 49 (19.53% from 255) = 30.63%

 GREEN value IS 64 (25.39% from 255) = 40%

 BLUE value IS 47 (18.75% from 255) = 29.38%

R = 30.63%
G = 40%
B = 29.38%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.27

 K value IS 0.75

RGB Variations

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

Color information

#31402F (or 0x31402F) is known color: Palm Leaf. HEX triplet: 31, 40 and 2F. RGB value is (49,64,47). Sum of RGB (Red+Green+Blue) = 49+64+47=160 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.62% from 160); Green value is 64 (25.39% from 255 or 40% from 160); Blue value is 47 (18.75% from 255 or 29.38% from 160); Max value from RGB is 64 - color contains mainly: green. Hex color #31402F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31402F is #CEBFD0. Grayscale: #393939. Windows color (decimal): -13549521 or 3096625. OLE color: 3096625.

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

Color convert

RGB 49 64 47 -
CMYK 0.23 0 0.27 0.75
HSL 112.94º 0.15% 0.22% -
HSV(B) 112.94º 0.27% 0.25% -
XYZ 3.61 4.52 3.37 -
YUV 57.58 122.03 121.88 -
System Red Green Blue C M Y K H S L
Decimal 49 64 47 0.23 0 0.27 0.75 112.94 0.15 0.22
Hex 31 40 2F 17 0 1B 4B 71 F 16
Octal 61 100 57 27 0 33 113 161 17 26
Binary 110001 1000000 101111 10111 0 11011 1001011 1110001 1111 10110

Color Harmonies of #31402F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31402F

Black with #31402F

Text Example


Text Example

White with #31402F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #31402F;
 }
 .AnyTagClassName
 {
   color: #31402F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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