Html Css Color HEX #2B5520 Palm Leaf

📋 copy color: '#2B5520'

red 43 ◦ green 85 ◦ blue 32

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

Shades of Palm Leaf #2B5520

Tints of Palm Leaf #2B5520

RGB

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

 GREEN value IS 85 (33.59% from 255) = 53.13%

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

R = 26.88%
G = 53.13%
B = 20%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.62

 K value IS 0.67

RGB Variations

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

Color information

#2B5520 (or 0x2B5520) is known color: Palm Leaf. HEX triplet: 2B, 55 and 20. RGB value is (43,85,32). Sum of RGB (Red+Green+Blue) = 43+85+32=160 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.88% from 160); Green value is 85 (33.59% from 255 or 53.12% from 160); Blue value is 32 (12.89% from 255 or 20% from 160); Max value from RGB is 85 - color contains mainly: green. Hex color #2B5520 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5520 is #D4AADF. Grayscale: #424242. Windows color (decimal): -13937376 or 2118955. OLE color: 2118955.

HSL color Cylindrical-coordinate representation of color #2B5520: hue angle of 107.55º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2B5520 is Cyan = 0.49, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.67.

Color convert

RGB 43 85 32 -
CMYK 0.49 0 0.62 0.67
HSL 107.55º 0.45% 0.23% -
HSV(B) 107.55º 0.62% 0.33% -
XYZ 4.51 7.11 2.5 -
YUV 66.4 108.59 111.31 -
System Red Green Blue C M Y K H S L
Decimal 43 85 32 0.49 0 0.62 0.67 107.55 0.45 0.23
Hex 2B 55 20 31 0 3E 43 6C 2D 17
Octal 53 125 40 61 0 76 103 154 55 27
Binary 101011 1010101 100000 110001 0 111110 1000011 1101100 101101 10111

Color Harmonies of #2B5520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5520

Black with #2B5520

Text Example


Text Example

White with #2B5520

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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