Html Css Color HEX #2B5221 Palm Leaf

📋 copy color: '#2B5221'

red 43 ◦ green 82 ◦ blue 33

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

Shades of Palm Leaf #2B5221

Tints of Palm Leaf #2B5221

RGB

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

 GREEN value IS 82 (32.42% from 255) = 51.9%

 BLUE value IS 33 (13.28% from 255) = 20.89%

R = 27.22%
G = 51.9%
B = 20.89%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.60

 K value IS 0.68

RGB Variations

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

Color information

#2B5221 (or 0x2B5221) is known color: Palm Leaf. HEX triplet: 2B, 52 and 21. RGB value is (43,82,33). Sum of RGB (Red+Green+Blue) = 43+82+33=158 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.22% from 158); Green value is 82 (32.42% from 255 or 51.90% from 158); Blue value is 33 (13.28% from 255 or 20.89% from 158); Max value from RGB is 82 - color contains mainly: green. Hex color #2B5221 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5221 is #D4ADDE. Grayscale: #404040. Windows color (decimal): -13938143 or 2183723. OLE color: 2183723.

HSL color Cylindrical-coordinate representation of color #2B5221: hue angle of 107.76º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2B5221 is Cyan = 0.48, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB 43 82 33 -
CMYK 0.48 0 0.60 0.68
HSL 107.76º 0.43% 0.23% -
HSV(B) 107.76º 0.6% 0.32% -
XYZ 4.29 6.66 2.5 -
YUV 64.75 110.08 112.48 -
System Red Green Blue C M Y K H S L
Decimal 43 82 33 0.48 0 0.60 0.68 107.76 0.43 0.23
Hex 2B 52 21 30 0 3C 44 6C 2B 17
Octal 53 122 41 60 0 74 104 154 53 27
Binary 101011 1010010 100001 110000 0 111100 1000100 1101100 101011 10111

Color Harmonies of #2B5221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5221

Black with #2B5221

Text Example


Text Example

White with #2B5221

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,82,33); }

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

background-color css

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

 a { background-color: rgb(43,82,33); }

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

border-color css

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

 span { border-color: rgb(43,82,33); }

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