Html Css Color HEX #2B481C Palm Leaf

📋 copy color: '#2B481C'

red 43 ◦ green 72 ◦ blue 28

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

Shades of Palm Leaf #2B481C

Tints of Palm Leaf #2B481C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 19.58%

R = 30.07%
G = 50.35%
B = 19.58%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.61

 K value IS 0.72

RGB Variations

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

Color information

#2B481C (or 0x2B481C) is known color: Palm Leaf. HEX triplet: 2B, 48 and 1C. RGB value is (43,72,28). Sum of RGB (Red+Green+Blue) = 43+72+28=143 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.07% from 143); Green value is 72 (28.52% from 255 or 50.35% from 143); Blue value is 28 (11.33% from 255 or 19.58% from 143); Max value from RGB is 72 - color contains mainly: green. Hex color #2B481C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B481C is #D4B7E3. Grayscale: #3A3A3A. Windows color (decimal): -13940708 or 1853483. OLE color: 1853483.

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

Color convert

RGB 43 72 28 -
CMYK 0.40 0 0.61 0.72
HSL 99.55º 0.44% 0.2% -
HSV(B) 99.55º 0.61% 0.28% -
XYZ 3.52 5.23 1.92 -
YUV 58.31 110.89 117.08 -
System Red Green Blue C M Y K H S L
Decimal 43 72 28 0.40 0 0.61 0.72 99.55 0.44 0.2
Hex 2B 48 1C 28 0 3D 48 64 2C 14
Octal 53 110 34 50 0 75 110 144 54 24
Binary 101011 1001000 11100 101000 0 111101 1001000 1100100 101100 10100

Color Harmonies of #2B481C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B481C

Black with #2B481C

Text Example


Text Example

White with #2B481C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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