Html Css Color HEX #2B4820 Palm Leaf

📋 copy color: '#2B4820'

red 43 ◦ green 72 ◦ blue 32

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

Shades of Palm Leaf #2B4820

Tints of Palm Leaf #2B4820

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 21.77%

R = 29.25%
G = 48.98%
B = 21.77%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#2B4820 (or 0x2B4820) is known color: Palm Leaf. HEX triplet: 2B, 48 and 20. RGB value is (43,72,32). Sum of RGB (Red+Green+Blue) = 43+72+32=147 (19% of max value = 765). Red value is 43 (17.19% from 255 or 29.25% from 147); Green value is 72 (28.52% from 255 or 48.98% from 147); Blue value is 32 (12.89% from 255 or 21.77% from 147); Max value from RGB is 72 - color contains mainly: green. Hex color #2B4820 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4820 is #D4B7DF. Grayscale: #3A3A3A. Windows color (decimal): -13940704 or 2115627. OLE color: 2115627.

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

Color convert

RGB 43 72 32 -
CMYK 0.40 0 0.56 0.72
HSL 103.5º 0.38% 0.2% -
HSV(B) 103.5º 0.56% 0.28% -
XYZ 3.57 5.25 2.19 -
YUV 58.77 112.89 116.75 -
System Red Green Blue C M Y K H S L
Decimal 43 72 32 0.40 0 0.56 0.72 103.5 0.38 0.2
Hex 2B 48 20 28 0 38 48 68 26 14
Octal 53 110 40 50 0 70 110 150 46 24
Binary 101011 1001000 100000 101000 0 111000 1001000 1101000 100110 10100

Color Harmonies of #2B4820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4820

Black with #2B4820

Text Example


Text Example

White with #2B4820

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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