Html Css Color HEX #314F2E Palm Leaf

📋 copy color: '#314F2E'

red 49 ◦ green 79 ◦ blue 46

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

Shades of Palm Leaf #314F2E

Tints of Palm Leaf #314F2E

RGB

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

 GREEN value IS 79 (31.25% from 255) = 45.4%

 BLUE value IS 46 (18.36% from 255) = 26.44%

R = 28.16%
G = 45.4%
B = 26.44%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.42

 K value IS 0.69

RGB Variations

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

Color information

#314F2E (or 0x314F2E) is known color: Palm Leaf. HEX triplet: 31, 4F and 2E. RGB value is (49,79,46). Sum of RGB (Red+Green+Blue) = 49+79+46=174 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28.16% from 174); Green value is 79 (31.25% from 255 or 45.40% from 174); Blue value is 46 (18.36% from 255 or 26.44% from 174); Max value from RGB is 79 - color contains mainly: green. Hex color #314F2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #314F2E is #CEB0D1. Grayscale: #424242. Windows color (decimal): -13545682 or 3034929. OLE color: 3034929.

HSL color Cylindrical-coordinate representation of color #314F2E: hue angle of 114.55º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #314F2E is Cyan = 0.38, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.69.

Color convert

RGB 49 79 46 -
CMYK 0.38 0 0.42 0.69
HSL 114.55º 0.26% 0.25% -
HSV(B) 114.55º 0.42% 0.31% -
XYZ 4.56 6.44 3.59 -
YUV 66.27 116.56 115.68 -
System Red Green Blue C M Y K H S L
Decimal 49 79 46 0.38 0 0.42 0.69 114.55 0.26 0.25
Hex 31 4F 2E 26 0 2A 45 73 1A 19
Octal 61 117 56 46 0 52 105 163 32 31
Binary 110001 1001111 101110 100110 0 101010 1000101 1110011 11010 11001

Color Harmonies of #314F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314F2E

Black with #314F2E

Text Example


Text Example

White with #314F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,79,46); }

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

background-color css

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

 a { background-color: rgb(49,79,46); }

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

border-color css

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

 span { border-color: rgb(49,79,46); }

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