#2B4A1E

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

Shades of Palm Leaf #2B4A1E

Tints of Palm Leaf #2B4A1E

Color information

#2B4A1E (or 0x2B4A1E) is unknown color: approx Palm Leaf. HEX triplet: 2B, 4A and 1E. RGB value is (43,74,30). Sum of RGB (Red+Green+Blue) = 43+74+30=147 (19% of max value = 765). Red value is 43 (17.19% from 255 or 29.25% from 147); Green value is 74 (29.30% from 255 or 50.34% from 147); Blue value is 30 (12.11% from 255 or 20.41% from 147); Max value from RGB is 74 - color contains mainly: green. Hex color #2B4A1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4A1E is #D4B5E1. Grayscale: #3B3B3B. Windows color (decimal): -13940194 or 1985067. OLE color: 1985067.

HSL color Cylindrical-coordinate representation of color #2B4A1E: hue angle of 102.27º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2B4A1E is Cyan = 0.42, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.71.

Color convert

RGB437430-
CMYK0.4200.590.71
HSL102.27º42.31%20.39%-
HSV(B)102.27º59.46%29.02%-
XYZ3.685.52.1-
YUV59.72111.23116.08-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 29.25%
GREEN value IS 74 (29.30% from 255) = 50.34%
BLUE value IS 30 (12.11% from 255) = 20.41%
R=29.25%
G=50.34%
B=20.41%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4374300.4200.590.71102.2742.3120.39
Hex2B4A1E2A03B47662a14
Octal5311236520731071465224
Binary10101110010101111010101001110111000111110011010101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,74,30); }

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

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

 a { background-color: rgb(43,74,30); }

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

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

 span { border-color: rgb(43,74,30); }

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