Html Css Color HEX #313F29 Palm Leaf

📋 copy color: '#313F29'

red 49 ◦ green 63 ◦ blue 41

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

Shades of Palm Leaf #313F29

Tints of Palm Leaf #313F29

RGB

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

 GREEN value IS 63 (25% from 255) = 41.18%

 BLUE value IS 41 (16.41% from 255) = 26.8%

R = 32.03%
G = 41.18%
B = 26.8%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.35

 K value IS 0.75

RGB Variations

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

Color information

#313F29 (or 0x313F29) is known color: Palm Leaf. HEX triplet: 31, 3F and 29. RGB value is (49,63,41). Sum of RGB (Red+Green+Blue) = 49+63+41=153 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.03% from 153); Green value is 63 (25% from 255 or 41.18% from 153); Blue value is 41 (16.41% from 255 or 26.80% from 153); Max value from RGB is 63 - color contains mainly: green. Hex color #313F29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313F29 is #CEC0D6. Grayscale: #383838. Windows color (decimal): -13549783 or 2703153. OLE color: 2703153.

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

Color convert

RGB 49 63 41 -
CMYK 0.22 0 0.35 0.75
HSL 98.18º 0.21% 0.2% -
HSV(B) 98.18º 0.35% 0.25% -
XYZ 3.44 4.37 2.76 -
YUV 56.31 119.36 122.79 -
System Red Green Blue C M Y K H S L
Decimal 49 63 41 0.22 0 0.35 0.75 98.18 0.21 0.2
Hex 31 3F 29 16 0 23 4B 62 15 14
Octal 61 77 51 26 0 43 113 142 25 24
Binary 110001 111111 101001 10110 0 100011 1001011 1100010 10101 10100

Color Harmonies of #313F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313F29

Black with #313F29

Text Example


Text Example

White with #313F29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #313F29;
 }
 .AnyTagClassName
 {
   color: #313F29;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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