Html Css Color HEX #31472F Palm Leaf

📋 copy color: '#31472F'

red 49 ◦ green 71 ◦ blue 47

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

Shades of Palm Leaf #31472F

Tints of Palm Leaf #31472F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 42.51%

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

R = 29.34%
G = 42.51%
B = 28.14%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.34

 K value IS 0.72

RGB Variations

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

Color information

#31472F (or 0x31472F) is known color: Palm Leaf. HEX triplet: 31, 47 and 2F. RGB value is (49,71,47). Sum of RGB (Red+Green+Blue) = 49+71+47=167 (22% of max value = 765). Red value is 49 (19.53% from 255 or 29.34% from 167); Green value is 71 (28.12% from 255 or 42.51% from 167); Blue value is 47 (18.75% from 255 or 28.14% from 167); Max value from RGB is 71 - color contains mainly: green. Hex color #31472F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31472F is #CEB8D0. Grayscale: #3D3D3D. Windows color (decimal): -13547729 or 3098417. OLE color: 3098417.

HSL color Cylindrical-coordinate representation of color #31472F: hue angle of 115º degrees, saturation: 0.2, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #31472F is Cyan = 0.31, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.72.

Color convert

RGB 49 71 47 -
CMYK 0.31 0 0.34 0.72
HSL 115º 0.2% 0.23% -
HSV(B) 115º 0.34% 0.28% -
XYZ 4.03 5.36 3.51 -
YUV 61.69 119.71 118.95 -
System Red Green Blue C M Y K H S L
Decimal 49 71 47 0.31 0 0.34 0.72 115 0.2 0.23
Hex 31 47 2F 1F 0 22 48 73 14 17
Octal 61 107 57 37 0 42 110 163 24 27
Binary 110001 1000111 101111 11111 0 100010 1001000 1110011 10100 10111

Color Harmonies of #31472F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31472F

Black with #31472F

Text Example


Text Example

White with #31472F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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