#2A451E

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

Shades of Palm Leaf #2A451E

Tints of Palm Leaf #2A451E

Color information

#2A451E (or 0x2A451E) is unknown color: approx Palm Leaf. HEX triplet: 2A, 45 and 1E. RGB value is (42,69,30). Sum of RGB (Red+Green+Blue) = 42+69+30=141 (18% of max value = 765). Red value is 42 (16.80% from 255 or 29.79% from 141); Green value is 69 (27.34% from 255 or 48.94% from 141); Blue value is 30 (12.11% from 255 or 21.28% from 141); Max value from RGB is 69 - color contains mainly: green. Hex color #2A451E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A451E is #D5BAE1. Grayscale: #383838. Windows color (decimal): -14007010 or 1983786. OLE color: 1983786.

HSL color Cylindrical-coordinate representation of color #2A451E: hue angle of 101.54º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2A451E is Cyan = 0.39, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.73.

Color convert

RGB426930-
CMYK0.3900.570.73
HSL101.54º39.39%19.41%-
HSV(B)101.54º56.52%27.06%-
XYZ3.324.841.99-
YUV56.48113.05117.67-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 29.79%
GREEN value IS 69 (27.34% from 255) = 48.94%
BLUE value IS 30 (12.11% from 255) = 21.28%
R=29.79%
G=48.94%
B=21.28%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4269300.3900.570.73101.5439.3919.41
Hex2A451E2703949662713
Octal5210536470711111464723
Binary10101010001011111010011101110011001001110011010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A451E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,69,30); }

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

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

 a { background-color: rgb(42,69,30); }

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

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

 span { border-color: rgb(42,69,30); }

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