#2D5B22

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

Shades of Palm Leaf #2D5B22

Tints of Palm Leaf #2D5B22

Color information

#2D5B22 (or 0x2D5B22) is unknown color: approx Palm Leaf. HEX triplet: 2D, 5B and 22. RGB value is (45,91,34). Sum of RGB (Red+Green+Blue) = 45+91+34=170 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.47% from 170); Green value is 91 (35.94% from 255 or 53.53% from 170); Blue value is 34 (13.67% from 255 or 20% from 170); Max value from RGB is 91 - color contains mainly: green. Hex color #2D5B22 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5B22 is #D2A4DD. Grayscale: #464646. Windows color (decimal): -13804766 or 2251565. OLE color: 2251565.

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

Color convert

RGB459134-
CMYK0.5100.630.64
HSL108.42º45.6%24.51%-
HSV(B)108.42º62.64%35.69%-
XYZ5.118.162.82-
YUV70.75107.26109.63-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 26.47%
GREEN value IS 91 (35.94% from 255) = 53.53%
BLUE value IS 34 (13.67% from 255) = 20%
R=26.47%
G=53.53%
B=20%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4591340.5100.630.64108.4245.624.51
Hex2D5B223303F406c2e19
Octal5513342630771001545631
Binary101101101101110001011001101111111000000110110010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D5B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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