Html Css Color HEX #2B471B Palm Leaf

📋 copy color: '#2B471B'

red 43 ◦ green 71 ◦ blue 27

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

Shades of Palm Leaf #2B471B

Tints of Palm Leaf #2B471B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 19.15%

R = 30.5%
G = 50.35%
B = 19.15%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.62

 K value IS 0.72

RGB Variations

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

Color information

#2B471B (or 0x2B471B) is known color: Palm Leaf. HEX triplet: 2B, 47 and 1B. RGB value is (43,71,27). Sum of RGB (Red+Green+Blue) = 43+71+27=141 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.50% from 141); Green value is 71 (28.12% from 255 or 50.35% from 141); Blue value is 27 (10.94% from 255 or 19.15% from 141); Max value from RGB is 71 - color contains mainly: green. Hex color #2B471B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B471B is #D4B8E4. Grayscale: #393939. Windows color (decimal): -13940965 or 1787691. OLE color: 1787691.

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

Color convert

RGB 43 71 27 -
CMYK 0.39 0 0.62 0.72
HSL 98.18º 0.45% 0.19% -
HSV(B) 98.18º 0.62% 0.28% -
XYZ 3.45 5.1 1.84 -
YUV 57.61 110.72 117.58 -
System Red Green Blue C M Y K H S L
Decimal 43 71 27 0.39 0 0.62 0.72 98.18 0.45 0.19
Hex 2B 47 1B 27 0 3E 48 62 2D 13
Octal 53 107 33 47 0 76 110 142 55 23
Binary 101011 1000111 11011 100111 0 111110 1001000 1100010 101101 10011

Color Harmonies of #2B471B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B471B

Black with #2B471B

Text Example


Text Example

White with #2B471B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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