#314F2B

Color #314F2B Palm Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palm Leaf #314F2B

Tints of Palm Leaf #314F2B

Color information

#314F2B (or 0x314F2B) is unknown color: approx Palm Leaf. HEX triplet: 31, 4F and 2B. RGB value is (49,79,43). Sum of RGB (Red+Green+Blue) = 49+79+43=171 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.65% from 171); Green value is 79 (31.25% from 255 or 46.20% from 171); Blue value is 43 (17.19% from 255 or 25.15% from 171); Max value from RGB is 79 - color contains mainly: green. Hex color #314F2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #314F2B is #CEB0D4. Grayscale: #424242. Windows color (decimal): -13545685 or 2838321. OLE color: 2838321.

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

Color convert

RGB497943-
CMYK0.3800.460.69
HSL110º29.51%23.92%-
HSV(B)110º45.57%30.98%-
XYZ4.56.423.29-
YUV65.93115.06115.93-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28.65%
GREEN value IS 79 (31.25% from 255) = 46.20%
BLUE value IS 43 (17.19% from 255) = 25.15%
R=28.65%
G=46.20%
B=25.15%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4979430.3800.460.6911029.5123.92
Hex314F2B2602E456e1e18
Octal6111753460561051563630
Binary11000110011111010111001100101110100010111011101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #314F2B;
 }
 .AnyTagClassName
 {
   color: #314F2B;
 }
</style>
background-color css

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

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

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

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

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

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