#314F28

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

Shades of Palm Leaf #314F28

Tints of Palm Leaf #314F28

Color information

#314F28 (or 0x314F28) is unknown color: approx Palm Leaf. HEX triplet: 31, 4F and 28. RGB value is (49,79,40). Sum of RGB (Red+Green+Blue) = 49+79+40=168 (22% of max value = 765). Red value is 49 (19.53% from 255 or 29.17% from 168); Green value is 79 (31.25% from 255 or 47.02% from 168); Blue value is 40 (16.02% from 255 or 23.81% from 168); Max value from RGB is 79 - color contains mainly: green. Hex color #314F28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #314F28 is #CEB0D7. Grayscale: #414141. Windows color (decimal): -13545688 or 2641713. OLE color: 2641713.

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

Color convert

RGB497940-
CMYK0.3800.490.69
HSL106.15º32.77%23.33%-
HSV(B)106.15º49.37%30.98%-
XYZ4.456.43.01-
YUV65.58113.56116.17-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 29.17%
GREEN value IS 79 (31.25% from 255) = 47.02%
BLUE value IS 40 (16.02% from 255) = 23.81%
R=29.17%
G=47.02%
B=23.81%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4979400.3800.490.69106.1532.7723.33
Hex314F2826031456a2117
Octal6111750460611051524127
Binary110001100111110100010011001100011000101110101010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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