Html Css Color HEX #31412F Palm Leaf

📋 copy color: '#31412F'

red 49 ◦ green 65 ◦ blue 47

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

Shades of Palm Leaf #31412F

Tints of Palm Leaf #31412F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 40.37%

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

R = 30.43%
G = 40.37%
B = 29.19%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.28

 K value IS 0.75

RGB Variations

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

Color information

#31412F (or 0x31412F) is known color: Palm Leaf. HEX triplet: 31, 41 and 2F. RGB value is (49,65,47). Sum of RGB (Red+Green+Blue) = 49+65+47=161 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.43% from 161); Green value is 65 (25.78% from 255 or 40.37% from 161); Blue value is 47 (18.75% from 255 or 29.19% from 161); Max value from RGB is 65 - color contains mainly: green. Hex color #31412F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31412F is #CEBED0. Grayscale: #3A3A3A. Windows color (decimal): -13549265 or 3096881. OLE color: 3096881.

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

Color convert

RGB 49 65 47 -
CMYK 0.25 0 0.28 0.75
HSL 113.33º 0.16% 0.22% -
HSV(B) 113.33º 0.28% 0.25% -
XYZ 3.67 4.64 3.39 -
YUV 58.16 121.7 121.46 -
System Red Green Blue C M Y K H S L
Decimal 49 65 47 0.25 0 0.28 0.75 113.33 0.16 0.22
Hex 31 41 2F 19 0 1C 4B 71 10 16
Octal 61 101 57 31 0 34 113 161 20 26
Binary 110001 1000001 101111 11001 0 11100 1001011 1110001 10000 10110

Color Harmonies of #31412F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31412F

Black with #31412F

Text Example


Text Example

White with #31412F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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