Html Css Color HEX #314B2F Palm Leaf

📋 copy color: '#314B2F'

red 49 ◦ green 75 ◦ blue 47

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

Shades of Palm Leaf #314B2F

Tints of Palm Leaf #314B2F

RGB

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

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

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

R = 28.65%
G = 43.86%
B = 27.49%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.37

 K value IS 0.71

RGB Variations

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

Color information

#314B2F (or 0x314B2F) is known color: Palm Leaf. HEX triplet: 31, 4B and 2F. RGB value is (49,75,47). Sum of RGB (Red+Green+Blue) = 49+75+47=171 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.65% from 171); Green value is 75 (29.69% from 255 or 43.86% from 171); Blue value is 47 (18.75% from 255 or 27.49% from 171); Max value from RGB is 75 - color contains mainly: green. Hex color #314B2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314B2F is #CEB4D0. Grayscale: #404040. Windows color (decimal): -13546705 or 3099441. OLE color: 3099441.

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

Color convert

RGB 49 75 47 -
CMYK 0.35 0 0.37 0.71
HSL 115.71º 0.23% 0.24% -
HSV(B) 115.71º 0.37% 0.29% -
XYZ 4.3 5.89 3.6 -
YUV 64.03 118.39 117.28 -
System Red Green Blue C M Y K H S L
Decimal 49 75 47 0.35 0 0.37 0.71 115.71 0.23 0.24
Hex 31 4B 2F 23 0 25 47 74 17 18
Octal 61 113 57 43 0 45 107 164 27 30
Binary 110001 1001011 101111 100011 0 100101 1000111 1110100 10111 11000

Color Harmonies of #314B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314B2F

Black with #314B2F

Text Example


Text Example

White with #314B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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