#2F4E26

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

Shades of Palm Leaf #2F4E26

Tints of Palm Leaf #2F4E26

Color information

#2F4E26 (or 0x2F4E26) is unknown color: approx Palm Leaf. HEX triplet: 2F, 4E and 26. RGB value is (47,78,38). Sum of RGB (Red+Green+Blue) = 47+78+38=163 (21% of max value = 765). Red value is 47 (18.75% from 255 or 28.83% from 163); Green value is 78 (30.86% from 255 or 47.85% from 163); Blue value is 38 (15.23% from 255 or 23.31% from 163); Max value from RGB is 78 - color contains mainly: green. Hex color #2F4E26 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F4E26 is #D0B1D9. Grayscale: #404040. Windows color (decimal): -13677018 or 2510383. OLE color: 2510383.

HSL color Cylindrical-coordinate representation of color #2F4E26: hue angle of 106.5º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2F4E26 is Cyan = 0.40, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.69.

Color convert

RGB477838-
CMYK0.4000.510.69
HSL106.5º34.48%22.75%-
HSV(B)106.5º51.28%30.59%-
XYZ4.256.192.81-
YUV64.17113.23115.75-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 28.83%
GREEN value IS 78 (30.86% from 255) = 47.85%
BLUE value IS 38 (15.23% from 255) = 23.31%
R=28.83%
G=47.85%
B=23.31%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4778380.4000.510.69106.534.4822.75
Hex2F4E2628033456a2217
Octal5711646500631051524227
Binary101111100111010011010100001100111000101110101010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F4E26; }

 p { color: rgb(47,78,38); }

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

<style>
 a { background-color: #2F4E26; }

 a { background-color: rgb(47,78,38); }

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

<style>
 span { border-color: #2F4E26; }

 span { border-color: rgb(47,78,38); }

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