Html Css Color HEX #31432F Palm Leaf

📋 copy color: '#31432F'

red 49 ◦ green 67 ◦ blue 47

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

Shades of Palm Leaf #31432F

Tints of Palm Leaf #31432F

RGB

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

 GREEN value IS 67 (26.56% from 255) = 41.1%

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

R = 30.06%
G = 41.1%
B = 28.83%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.30

 K value IS 0.74

RGB Variations

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

Color information

#31432F (or 0x31432F) is known color: Palm Leaf. HEX triplet: 31, 43 and 2F. RGB value is (49,67,47). Sum of RGB (Red+Green+Blue) = 49+67+47=163 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.06% from 163); Green value is 67 (26.56% from 255 or 41.10% from 163); Blue value is 47 (18.75% from 255 or 28.83% from 163); Max value from RGB is 67 - color contains mainly: green. Hex color #31432F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31432F is #CEBCD0. Grayscale: #3B3B3B. Windows color (decimal): -13548753 or 3097393. OLE color: 3097393.

HSL color Cylindrical-coordinate representation of color #31432F: hue angle of 114º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #31432F is Cyan = 0.27, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.74.

Color convert

RGB 49 67 47 -
CMYK 0.27 0 0.30 0.74
HSL 114º 0.18% 0.22% -
HSV(B) 114º 0.3% 0.26% -
XYZ 3.79 4.87 3.43 -
YUV 59.34 121.04 120.63 -
System Red Green Blue C M Y K H S L
Decimal 49 67 47 0.27 0 0.30 0.74 114 0.18 0.22
Hex 31 43 2F 1B 0 1E 4A 72 12 16
Octal 61 103 57 33 0 36 112 162 22 26
Binary 110001 1000011 101111 11011 0 11110 1001010 1110010 10010 10110

Color Harmonies of #31432F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31432F

Black with #31432F

Text Example


Text Example

White with #31432F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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