Html Css Color HEX #314B2A Palm Leaf

📋 copy color: '#314B2A'

red 49 ◦ green 75 ◦ blue 42

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

Shades of Palm Leaf #314B2A

Tints of Palm Leaf #314B2A

RGB

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

 GREEN value IS 75 (29.69% from 255) = 45.18%

 BLUE value IS 42 (16.8% from 255) = 25.3%

R = 29.52%
G = 45.18%
B = 25.3%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.44

 K value IS 0.71

RGB Variations

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

Color information

#314B2A (or 0x314B2A) is known color: Palm Leaf. HEX triplet: 31, 4B and 2A. RGB value is (49,75,42). Sum of RGB (Red+Green+Blue) = 49+75+42=166 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.52% from 166); Green value is 75 (29.69% from 255 or 45.18% from 166); Blue value is 42 (16.80% from 255 or 25.30% from 166); Max value from RGB is 75 - color contains mainly: green. Hex color #314B2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314B2A is #CEB4D5. Grayscale: #3F3F3F. Windows color (decimal): -13546710 or 2771761. OLE color: 2771761.

HSL color Cylindrical-coordinate representation of color #314B2A: hue angle of 107.27º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #314B2A is Cyan = 0.35, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.71.

Color convert

RGB 49 75 42 -
CMYK 0.35 0 0.44 0.71
HSL 107.27º 0.28% 0.23% -
HSV(B) 107.27º 0.44% 0.29% -
XYZ 4.2 5.85 3.1 -
YUV 63.46 115.89 117.68 -
System Red Green Blue C M Y K H S L
Decimal 49 75 42 0.35 0 0.44 0.71 107.27 0.28 0.23
Hex 31 4B 2A 23 0 2C 47 6B 1C 17
Octal 61 113 52 43 0 54 107 153 34 27
Binary 110001 1001011 101010 100011 0 101100 1000111 1101011 11100 10111

Color Harmonies of #314B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314B2A

Black with #314B2A

Text Example


Text Example

White with #314B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314B2A; }

 p { color: rgb(49,75,42); }

 H1.HeaderClassName
 {
   color: #314B2A;
 }
 .AnyTagClassName
 {
   color: #314B2A;
 }
</style>

background-color css

<style>
 a { background-color: #314B2A; }

 a { background-color: rgb(49,75,42); }

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

border-color css

<style>
 span { border-color: #314B2A; }

 span { border-color: rgb(49,75,42); }

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