#2F551A

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

Shades of Palm Leaf #2F551A

Tints of Palm Leaf #2F551A

Color information

#2F551A (or 0x2F551A) is unknown color: approx Palm Leaf. HEX triplet: 2F, 55 and 1A. RGB value is (47,85,26). Sum of RGB (Red+Green+Blue) = 47+85+26=158 (20% of max value = 765). Red value is 47 (18.75% from 255 or 29.75% from 158); Green value is 85 (33.59% from 255 or 53.80% from 158); Blue value is 26 (10.55% from 255 or 16.46% from 158); Max value from RGB is 85 - color contains mainly: green. Hex color #2F551A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F551A is #D0AAE5. Grayscale: #434343. Windows color (decimal): -13675238 or 1725743. OLE color: 1725743.

HSL color Cylindrical-coordinate representation of color #2F551A: hue angle of 98.64º 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 #2F551A is Cyan = 0.45, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB478526-
CMYK0.4500.690.67
HSL98.64º53.15%21.76%-
HSV(B)98.64º69.41%33.33%-
XYZ4.617.182.12-
YUV66.91104.91113.8-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 29.75%
GREEN value IS 85 (33.59% from 255) = 53.80%
BLUE value IS 26 (10.55% from 255) = 16.46%
R=29.75%
G=53.80%
B=16.46%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4785260.4500.690.6798.6453.1521.76
Hex2F551A2D04543633516
Octal57125325501051031436526
Binary101111101010111010101101010001011000011110001111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F551A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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