Html Css Color HEX #313D30 Palm Leaf

📋 copy color: '#313D30'

red 49 ◦ green 61 ◦ blue 48

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

Shades of Palm Leaf #313D30

Tints of Palm Leaf #313D30

RGB

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

 GREEN value IS 61 (24.22% from 255) = 38.61%

 BLUE value IS 48 (19.14% from 255) = 30.38%

R = 31.01%
G = 38.61%
B = 30.38%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.21

 K value IS 0.76

RGB Variations

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

Color information

#313D30 (or 0x313D30) is known color: Palm Leaf. HEX triplet: 31, 3D and 30. RGB value is (49,61,48). Sum of RGB (Red+Green+Blue) = 49+61+48=158 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.01% from 158); Green value is 61 (24.22% from 255 or 38.61% from 158); Blue value is 48 (19.14% from 255 or 30.38% from 158); Max value from RGB is 61 - color contains mainly: green. Hex color #313D30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313D30 is #CEC2CF. Grayscale: #373737. Windows color (decimal): -13550288 or 3161393. OLE color: 3161393.

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

Color convert

RGB 49 61 48 -
CMYK 0.20 0 0.21 0.76
HSL 115.38º 0.12% 0.21% -
HSV(B) 115.38º 0.21% 0.24% -
XYZ 3.47 4.2 3.42 -
YUV 55.93 123.52 123.06 -
System Red Green Blue C M Y K H S L
Decimal 49 61 48 0.20 0 0.21 0.76 115.38 0.12 0.21
Hex 31 3D 30 14 0 15 4C 73 C 15
Octal 61 75 60 24 0 25 114 163 14 25
Binary 110001 111101 110000 10100 0 10101 1001100 1110011 1100 10101

Color Harmonies of #313D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313D30

Black with #313D30

Text Example


Text Example

White with #313D30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,61,48); }

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

background-color css

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

 a { background-color: rgb(49,61,48); }

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

border-color css

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

 span { border-color: rgb(49,61,48); }

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