Html Css Color HEX #2B471A Palm Leaf

📋 copy color: '#2B471A'

red 43 ◦ green 71 ◦ blue 26

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

Shades of Palm Leaf #2B471A

Tints of Palm Leaf #2B471A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 18.57%

R = 30.71%
G = 50.71%
B = 18.57%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.63

 K value IS 0.72

RGB Variations

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

Color information

#2B471A (or 0x2B471A) is known color: Palm Leaf. HEX triplet: 2B, 47 and 1A. RGB value is (43,71,26). Sum of RGB (Red+Green+Blue) = 43+71+26=140 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.71% from 140); Green value is 71 (28.12% from 255 or 50.71% from 140); Blue value is 26 (10.55% from 255 or 18.57% from 140); Max value from RGB is 71 - color contains mainly: green. Hex color #2B471A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B471A is #D4B8E5. Grayscale: #393939. Windows color (decimal): -13940966 or 1722155. OLE color: 1722155.

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

Color convert

RGB 43 71 26 -
CMYK 0.39 0 0.63 0.72
HSL 97.33º 0.46% 0.19% -
HSV(B) 97.33º 0.63% 0.28% -
XYZ 3.44 5.09 1.78 -
YUV 57.5 110.22 117.66 -
System Red Green Blue C M Y K H S L
Decimal 43 71 26 0.39 0 0.63 0.72 97.33 0.46 0.19
Hex 2B 47 1A 27 0 3F 48 61 2E 13
Octal 53 107 32 47 0 77 110 141 56 23
Binary 101011 1000111 11010 100111 0 111111 1001000 1100001 101110 10011

Color Harmonies of #2B471A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B471A

Black with #2B471A

Text Example


Text Example

White with #2B471A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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