Html Css Color HEX #313E2D Palm Leaf

📋 copy color: '#313E2D'

red 49 ◦ green 62 ◦ blue 45

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

Shades of Palm Leaf #313E2D

Tints of Palm Leaf #313E2D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 39.74%

 BLUE value IS 45 (17.97% from 255) = 28.85%

R = 31.41%
G = 39.74%
B = 28.85%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.27

 K value IS 0.76

RGB Variations

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

Color information

#313E2D (or 0x313E2D) is known color: Palm Leaf. HEX triplet: 31, 3E and 2D. RGB value is (49,62,45). Sum of RGB (Red+Green+Blue) = 49+62+45=156 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.41% from 156); Green value is 62 (24.61% from 255 or 39.74% from 156); Blue value is 45 (17.97% from 255 or 28.85% from 156); Max value from RGB is 62 - color contains mainly: green. Hex color #313E2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313E2D is #CEC1D2. Grayscale: #383838. Windows color (decimal): -13550035 or 2965041. OLE color: 2965041.

HSL color Cylindrical-coordinate representation of color #313E2D: hue angle of 105.88º degrees, saturation: 0.16, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #313E2D is Cyan = 0.21, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.76.

Color convert

RGB 49 62 45 -
CMYK 0.21 0 0.27 0.76
HSL 105.88º 0.16% 0.21% -
HSV(B) 105.88º 0.27% 0.24% -
XYZ 3.46 4.29 3.13 -
YUV 56.18 121.69 122.88 -
System Red Green Blue C M Y K H S L
Decimal 49 62 45 0.21 0 0.27 0.76 105.88 0.16 0.21
Hex 31 3E 2D 15 0 1B 4C 6A 10 15
Octal 61 76 55 25 0 33 114 152 20 25
Binary 110001 111110 101101 10101 0 11011 1001100 1101010 10000 10101

Color Harmonies of #313E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313E2D

Black with #313E2D

Text Example


Text Example

White with #313E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,62,45); }

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

background-color css

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

 a { background-color: rgb(49,62,45); }

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

border-color css

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

 span { border-color: rgb(49,62,45); }

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