Html Css Color HEX #313F2F Palm Leaf

📋 copy color: '#313F2F'

red 49 ◦ green 63 ◦ blue 47

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

Shades of Palm Leaf #313F2F

Tints of Palm Leaf #313F2F

RGB

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

 GREEN value IS 63 (25% from 255) = 39.62%

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

R = 30.82%
G = 39.62%
B = 29.56%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.25

 K value IS 0.75

RGB Variations

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

Color information

#313F2F (or 0x313F2F) is known color: Palm Leaf. HEX triplet: 31, 3F and 2F. RGB value is (49,63,47). Sum of RGB (Red+Green+Blue) = 49+63+47=159 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.82% from 159); Green value is 63 (25% from 255 or 39.62% from 159); Blue value is 47 (18.75% from 255 or 29.56% from 159); Max value from RGB is 63 - color contains mainly: green. Hex color #313F2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313F2F is #CEC0D0. Grayscale: #393939. Windows color (decimal): -13549777 or 3096369. OLE color: 3096369.

HSL color Cylindrical-coordinate representation of color #313F2F: hue angle of 112.5º degrees, saturation: 0.15, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #313F2F is Cyan = 0.22, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.75.

Color convert

RGB 49 63 47 -
CMYK 0.22 0 0.25 0.75
HSL 112.5º 0.15% 0.22% -
HSV(B) 112.5º 0.25% 0.25% -
XYZ 3.56 4.41 3.35 -
YUV 56.99 122.36 122.3 -
System Red Green Blue C M Y K H S L
Decimal 49 63 47 0.22 0 0.25 0.75 112.5 0.15 0.22
Hex 31 3F 2F 16 0 19 4B 70 F 16
Octal 61 77 57 26 0 31 113 160 17 26
Binary 110001 111111 101111 10110 0 11001 1001011 1110000 1111 10110

Color Harmonies of #313F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313F2F

Black with #313F2F

Text Example


Text Example

White with #313F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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