#2F541A

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

Shades of Palm Leaf #2F541A

Tints of Palm Leaf #2F541A

Color information

#2F541A (or 0x2F541A) is unknown color: approx Palm Leaf. HEX triplet: 2F, 54 and 1A. RGB value is (47,84,26). Sum of RGB (Red+Green+Blue) = 47+84+26=157 (20% of max value = 765). Red value is 47 (18.75% from 255 or 29.94% from 157); Green value is 84 (33.20% from 255 or 53.50% from 157); Blue value is 26 (10.55% from 255 or 16.56% from 157); Max value from RGB is 84 - color contains mainly: green. Hex color #2F541A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F541A is #D0ABE5. Grayscale: #424242. Windows color (decimal): -13675494 or 1725487. OLE color: 1725487.

HSL color Cylindrical-coordinate representation of color #2F541A: hue angle of 98.28º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F541A is Cyan = 0.44, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB478426-
CMYK0.4400.690.67
HSL98.28º52.73%21.57%-
HSV(B)98.28º69.05%32.94%-
XYZ4.537.022.09-
YUV66.32105.24114.22-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 29.94%
GREEN value IS 84 (33.20% from 255) = 53.50%
BLUE value IS 26 (10.55% from 255) = 16.56%
R=29.94%
G=53.50%
B=16.56%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4784260.4400.690.6798.2852.7321.57
Hex2F541A2C04543623516
Octal57124325401051031426526
Binary101111101010011010101100010001011000011110001011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F541A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,84,26); }

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

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

 a { background-color: rgb(47,84,26); }

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

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

 span { border-color: rgb(47,84,26); }

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