Html Css Color HEX #31482F Palm Leaf

📋 copy color: '#31482F'

red 49 ◦ green 72 ◦ blue 47

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

Shades of Palm Leaf #31482F

Tints of Palm Leaf #31482F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 42.86%

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

R = 29.17%
G = 42.86%
B = 27.98%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.35

 K value IS 0.72

RGB Variations

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

Color information

#31482F (or 0x31482F) is known color: Palm Leaf. HEX triplet: 31, 48 and 2F. RGB value is (49,72,47). Sum of RGB (Red+Green+Blue) = 49+72+47=168 (22% of max value = 765). Red value is 49 (19.53% from 255 or 29.17% from 168); Green value is 72 (28.52% from 255 or 42.86% from 168); Blue value is 47 (18.75% from 255 or 27.98% from 168); Max value from RGB is 72 - color contains mainly: green. Hex color #31482F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31482F is #CEB7D0. Grayscale: #3E3E3E. Windows color (decimal): -13547473 or 3098673. OLE color: 3098673.

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

Color convert

RGB 49 72 47 -
CMYK 0.32 0 0.35 0.72
HSL 115.2º 0.21% 0.23% -
HSV(B) 115.2º 0.35% 0.28% -
XYZ 4.1 5.49 3.53 -
YUV 62.27 119.38 118.53 -
System Red Green Blue C M Y K H S L
Decimal 49 72 47 0.32 0 0.35 0.72 115.2 0.21 0.23
Hex 31 48 2F 20 0 23 48 73 15 17
Octal 61 110 57 40 0 43 110 163 25 27
Binary 110001 1001000 101111 100000 0 100011 1001000 1110011 10101 10111

Color Harmonies of #31482F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31482F

Black with #31482F

Text Example


Text Example

White with #31482F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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