Html Css Color HEX #31472B Palm Leaf

📋 copy color: '#31472B'

red 49 ◦ green 71 ◦ blue 43

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

Shades of Palm Leaf #31472B

Tints of Palm Leaf #31472B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 26.38%

R = 30.06%
G = 43.56%
B = 26.38%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.39

 K value IS 0.72

RGB Variations

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

Color information

#31472B (or 0x31472B) is known color: Palm Leaf. HEX triplet: 31, 47 and 2B. RGB value is (49,71,43). Sum of RGB (Red+Green+Blue) = 49+71+43=163 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.06% from 163); Green value is 71 (28.12% from 255 or 43.56% from 163); Blue value is 43 (17.19% from 255 or 26.38% from 163); Max value from RGB is 71 - color contains mainly: green. Hex color #31472B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31472B is #CEB8D4. Grayscale: #3D3D3D. Windows color (decimal): -13547733 or 2836273. OLE color: 2836273.

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

Color convert

RGB 49 71 43 -
CMYK 0.31 0 0.39 0.72
HSL 107.14º 0.25% 0.22% -
HSV(B) 107.14º 0.39% 0.28% -
XYZ 3.96 5.33 3.11 -
YUV 61.23 117.71 119.28 -
System Red Green Blue C M Y K H S L
Decimal 49 71 43 0.31 0 0.39 0.72 107.14 0.25 0.22
Hex 31 47 2B 1F 0 27 48 6B 19 16
Octal 61 107 53 37 0 47 110 153 31 26
Binary 110001 1000111 101011 11111 0 100111 1001000 1101011 11001 10110

Color Harmonies of #31472B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31472B

Black with #31472B

Text Example


Text Example

White with #31472B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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