Html Css Color HEX #2B471D Palm Leaf

📋 copy color: '#2B471D'

red 43 ◦ green 71 ◦ blue 29

#2B471D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Palm Leaf #2B471D

Tints of Palm Leaf #2B471D

RGB

 RED value IS 43 (17.19% from 255) = 30.07%

 GREEN value IS 71 (28.13% from 255) = 49.65%

 BLUE value IS 29 (11.72% from 255) = 20.28%

R = 30.07%
G = 49.65%
B = 20.28%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.59

 K value IS 0.72

RGB Variations

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

Color information

#2B471D (or 0x2B471D) is known color: Palm Leaf. HEX triplet: 2B, 47 and 1D. RGB value is (43,71,29). Sum of RGB (Red+Green+Blue) = 43+71+29=143 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.07% from 143); Green value is 71 (28.12% from 255 or 49.65% from 143); Blue value is 29 (11.72% from 255 or 20.28% from 143); Max value from RGB is 71 - color contains mainly: green. Hex color #2B471D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B471D is #D4B8E2. Grayscale: #393939. Windows color (decimal): -13940963 or 1918763. OLE color: 1918763.

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

Color convert

RGB 43 71 29 -
CMYK 0.39 0 0.59 0.72
HSL 100º 0.42% 0.2% -
HSV(B) 100º 0.59% 0.28% -
XYZ 3.47 5.11 1.97 -
YUV 57.84 111.72 117.42 -
System Red Green Blue C M Y K H S L
Decimal 43 71 29 0.39 0 0.59 0.72 100 0.42 0.2
Hex 2B 47 1D 27 0 3B 48 64 2A 14
Octal 53 107 35 47 0 73 110 144 52 24
Binary 101011 1000111 11101 100111 0 111011 1001000 1100100 101010 10100

Color Harmonies of #2B471D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B471D

Black with #2B471D

Text Example


Text Example

White with #2B471D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,71,29); }

 H1.HeaderClassName
 {
   color: #2B471D;
 }
 .AnyTagClassName
 {
   color: #2B471D;
 }
</style>

background-color css

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

 a { background-color: rgb(43,71,29); }

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

border-color css

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

 span { border-color: rgb(43,71,29); }

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