#2B5410

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

Shades of Palm Leaf #2B5410

Tints of Palm Leaf #2B5410

Color information

#2B5410 (or 0x2B5410) is unknown color: approx Palm Leaf. HEX triplet: 2B, 54 and 10. RGB value is (43,84,16). Sum of RGB (Red+Green+Blue) = 43+84+16=143 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.07% from 143); Green value is 84 (33.20% from 255 or 58.74% from 143); Blue value is 16 (6.64% from 255 or 11.19% from 143); Max value from RGB is 84 - color contains mainly: green. Hex color #2B5410 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B5410 is #D4ABEF. Grayscale: #404040. Windows color (decimal): -13937648 or 1070123. OLE color: 1070123.

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

Color convert

RGB438416-
CMYK0.4900.810.67
HSL96.18º68%19.61%-
HSV(B)96.18º80.95%32.94%-
XYZ4.266.891.6-
YUV63.99100.92113.03-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 30.07%
GREEN value IS 84 (33.20% from 255) = 58.74%
BLUE value IS 16 (6.64% from 255) = 11.19%
R=30.07%
G=58.74%
B=11.19%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4384160.4900.810.6796.186819.61
Hex2B54103105143604414
Octal531242061012110314010424
Binary1010111010100100001100010101000110000111100000100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,84,16); }

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

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

 a { background-color: rgb(43,84,16); }

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

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

 span { border-color: rgb(43,84,16); }

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