#2D551B

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

Shades of Palm Leaf #2D551B

Tints of Palm Leaf #2D551B

Color information

#2D551B (or 0x2D551B) is unknown color: approx Palm Leaf. HEX triplet: 2D, 55 and 1B. RGB value is (45,85,27). Sum of RGB (Red+Green+Blue) = 45+85+27=157 (20% of max value = 765). Red value is 45 (17.97% from 255 or 28.66% from 157); Green value is 85 (33.59% from 255 or 54.14% from 157); Blue value is 27 (10.94% from 255 or 17.20% from 157); Max value from RGB is 85 - color contains mainly: green. Hex color #2D551B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D551B is #D2AAE4. Grayscale: #424242. Windows color (decimal): -13806309 or 1791277. OLE color: 1791277.

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

Color convert

RGB458527-
CMYK0.4700.680.67
HSL101.38º51.79%21.96%-
HSV(B)101.38º68.24%33.33%-
XYZ4.537.132.18-
YUV66.43105.75112.72-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 28.66%
GREEN value IS 85 (33.59% from 255) = 54.14%
BLUE value IS 27 (10.94% from 255) = 17.20%
R=28.66%
G=54.14%
B=17.20%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4585270.4700.680.67101.3851.7921.96
Hex2D551B2F04443653416
Octal55125335701041031456426
Binary101101101010111011101111010001001000011110010111010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D551B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,85,27); }

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

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

 a { background-color: rgb(45,85,27); }

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

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

 span { border-color: rgb(45,85,27); }

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