#2D5B20

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

Shades of Palm Leaf #2D5B20

Tints of Palm Leaf #2D5B20

Color information

#2D5B20 (or 0x2D5B20) is unknown color: approx Palm Leaf. HEX triplet: 2D, 5B and 20. RGB value is (45,91,32). Sum of RGB (Red+Green+Blue) = 45+91+32=168 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.79% from 168); Green value is 91 (35.94% from 255 or 54.17% from 168); Blue value is 32 (12.89% from 255 or 19.05% from 168); Max value from RGB is 91 - color contains mainly: green. Hex color #2D5B20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5B20 is #D2A4DF. Grayscale: #464646. Windows color (decimal): -13804768 or 2120493. OLE color: 2120493.

HSL color Cylindrical-coordinate representation of color #2D5B20: hue angle of 106.78º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2D5B20 is Cyan = 0.51, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.64.

Color convert

RGB459132-
CMYK0.5100.650.64
HSL106.78º47.97%24.12%-
HSV(B)106.78º64.84%35.69%-
XYZ5.088.142.67-
YUV70.52106.26109.8-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 26.79%
GREEN value IS 91 (35.94% from 255) = 54.17%
BLUE value IS 32 (12.89% from 255) = 19.05%
R=26.79%
G=54.17%
B=19.05%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4591320.5100.650.64106.7847.9724.12
Hex2D5B2033041406b3018
Octal55133406301011001536030
Binary1011011011011100000110011010000011000000110101111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D5B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,91,32); }

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

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

 a { background-color: rgb(45,91,32); }

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

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

 span { border-color: rgb(45,91,32); }

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