Html Css Color HEX #2B481D Palm Leaf

📋 copy color: '#2B481D'

red 43 ◦ green 72 ◦ blue 29

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

Shades of Palm Leaf #2B481D

Tints of Palm Leaf #2B481D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 50%

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

R = 29.86%
G = 50%
B = 20.14%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.60

 K value IS 0.72

RGB Variations

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

Color information

#2B481D (or 0x2B481D) is known color: Palm Leaf. HEX triplet: 2B, 48 and 1D. RGB value is (43,72,29). Sum of RGB (Red+Green+Blue) = 43+72+29=144 (19% of max value = 765). Red value is 43 (17.19% from 255 or 29.86% from 144); Green value is 72 (28.52% from 255 or 50% from 144); Blue value is 29 (11.72% from 255 or 20.14% from 144); Max value from RGB is 72 - color contains mainly: green. Hex color #2B481D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B481D is #D4B7E2. Grayscale: #3A3A3A. Windows color (decimal): -13940707 or 1919019. OLE color: 1919019.

HSL color Cylindrical-coordinate representation of color #2B481D: hue angle of 100.47º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2B481D is Cyan = 0.40, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.72.

Color convert

RGB 43 72 29 -
CMYK 0.40 0 0.60 0.72
HSL 100.47º 0.43% 0.2% -
HSV(B) 100.47º 0.6% 0.28% -
XYZ 3.54 5.24 1.99 -
YUV 58.43 111.39 117 -
System Red Green Blue C M Y K H S L
Decimal 43 72 29 0.40 0 0.60 0.72 100.47 0.43 0.2
Hex 2B 48 1D 28 0 3C 48 64 2B 14
Octal 53 110 35 50 0 74 110 144 53 24
Binary 101011 1001000 11101 101000 0 111100 1001000 1100100 101011 10100

Color Harmonies of #2B481D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B481D

Black with #2B481D

Text Example


Text Example

White with #2B481D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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