#2F571A

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

Shades of Palm Leaf #2F571A

Tints of Palm Leaf #2F571A

Color information

#2F571A (or 0x2F571A) is unknown color: approx Palm Leaf. HEX triplet: 2F, 57 and 1A. RGB value is (47,87,26). Sum of RGB (Red+Green+Blue) = 47+87+26=160 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.38% from 160); Green value is 87 (34.38% from 255 or 54.38% from 160); Blue value is 26 (10.55% from 255 or 16.25% from 160); Max value from RGB is 87 - color contains mainly: green. Hex color #2F571A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F571A is #D0A8E5. Grayscale: #444444. Windows color (decimal): -13674726 or 1726255. OLE color: 1726255.

HSL color Cylindrical-coordinate representation of color #2F571A: hue angle of 99.34º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2F571A is Cyan = 0.46, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.66.

Color convert

RGB478726-
CMYK0.4600.700.66
HSL99.34º53.98%22.16%-
HSV(B)99.34º70.11%34.12%-
XYZ4.777.52.17-
YUV68.09104.25112.96-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 29.38%
GREEN value IS 87 (34.38% from 255) = 54.38%
BLUE value IS 26 (10.55% from 255) = 16.25%
R=29.38%
G=54.38%
B=16.25%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4787260.4600.700.6699.3453.9822.16
Hex2F571A2E04642633616
Octal57127325601061021436626
Binary101111101011111010101110010001101000010110001111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F571A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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