#2D4B20

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

Shades of Palm Leaf #2D4B20

Tints of Palm Leaf #2D4B20

Color information

#2D4B20 (or 0x2D4B20) is unknown color: approx Palm Leaf. HEX triplet: 2D, 4B and 20. RGB value is (45,75,32). Sum of RGB (Red+Green+Blue) = 45+75+32=152 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.61% from 152); Green value is 75 (29.69% from 255 or 49.34% from 152); Blue value is 32 (12.89% from 255 or 21.05% from 152); Max value from RGB is 75 - color contains mainly: green. Hex color #2D4B20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D4B20 is #D2B4DF. Grayscale: #3D3D3D. Windows color (decimal): -13808864 or 2116397. OLE color: 2116397.

HSL color Cylindrical-coordinate representation of color #2D4B20: hue angle of 101.86º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2D4B20 is Cyan = 0.40, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.71.

Color convert

RGB457532-
CMYK0.4000.570.71
HSL101.86º40.19%20.98%-
HSV(B)101.86º57.33%29.41%-
XYZ3.865.692.26-
YUV61.13111.56116.5-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 29.61%
GREEN value IS 75 (29.69% from 255) = 49.34%
BLUE value IS 32 (12.89% from 255) = 21.05%
R=29.61%
G=49.34%
B=21.05%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4575320.4000.570.71101.8640.1920.98
Hex2D4B202803947662815
Octal5511340500711071465025
Binary101101100101110000010100001110011000111110011010100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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