#2F5519

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

Shades of Palm Leaf #2F5519

Tints of Palm Leaf #2F5519

Color information

#2F5519 (or 0x2F5519) is unknown color: approx Palm Leaf. HEX triplet: 2F, 55 and 19. RGB value is (47,85,25). Sum of RGB (Red+Green+Blue) = 47+85+25=157 (20% of max value = 765). Red value is 47 (18.75% from 255 or 29.94% from 157); Green value is 85 (33.59% from 255 or 54.14% from 157); Blue value is 25 (10.16% from 255 or 15.92% from 157); Max value from RGB is 85 - color contains mainly: green. Hex color #2F5519 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F5519 is #D0AAE6. Grayscale: #434343. Windows color (decimal): -13675239 or 1660207. OLE color: 1660207.

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

Color convert

RGB478525-
CMYK0.4500.710.67
HSL98º54.55%21.57%-
HSV(B)98º70.59%33.33%-
XYZ4.67.172.06-
YUV66.8104.41113.88-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 29.94%
GREEN value IS 85 (33.59% from 255) = 54.14%
BLUE value IS 25 (10.16% from 255) = 15.92%
R=29.94%
G=54.14%
B=15.92%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4785250.4500.710.679854.5521.57
Hex2F55192D04743623716
Octal57125315501071031426726
Binary101111101010111001101101010001111000011110001011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,85,25); }

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

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

 a { background-color: rgb(47,85,25); }

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

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

 span { border-color: rgb(47,85,25); }

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