Html Css Color HEX #314A2F Palm Leaf

📋 copy color: '#314A2F'

red 49 ◦ green 74 ◦ blue 47

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

Shades of Palm Leaf #314A2F

Tints of Palm Leaf #314A2F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 43.53%

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

R = 28.82%
G = 43.53%
B = 27.65%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.36

 K value IS 0.71

RGB Variations

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

Color information

#314A2F (or 0x314A2F) is known color: Palm Leaf. HEX triplet: 31, 4A and 2F. RGB value is (49,74,47). Sum of RGB (Red+Green+Blue) = 49+74+47=170 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.82% from 170); Green value is 74 (29.30% from 255 or 43.53% from 170); Blue value is 47 (18.75% from 255 or 27.65% from 170); Max value from RGB is 74 - color contains mainly: green. Hex color #314A2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314A2F is #CEB5D0. Grayscale: #3F3F3F. Windows color (decimal): -13546961 or 3099185. OLE color: 3099185.

HSL color Cylindrical-coordinate representation of color #314A2F: hue angle of 115.56º degrees, saturation: 0.22, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #314A2F is Cyan = 0.34, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.71.

Color convert

RGB 49 74 47 -
CMYK 0.34 0 0.36 0.71
HSL 115.56º 0.22% 0.24% -
HSV(B) 115.56º 0.36% 0.29% -
XYZ 4.23 5.76 3.58 -
YUV 63.45 118.72 117.7 -
System Red Green Blue C M Y K H S L
Decimal 49 74 47 0.34 0 0.36 0.71 115.56 0.22 0.24
Hex 31 4A 2F 22 0 24 47 74 16 18
Octal 61 112 57 42 0 44 107 164 26 30
Binary 110001 1001010 101111 100010 0 100100 1000111 1110100 10110 11000

Color Harmonies of #314A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314A2F

Black with #314A2F

Text Example


Text Example

White with #314A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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