Html Css Color HEX #2B4A21 Palm Leaf

📋 copy color: '#2B4A21'

red 43 ◦ green 74 ◦ blue 33

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

Shades of Palm Leaf #2B4A21

Tints of Palm Leaf #2B4A21

RGB

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

 GREEN value IS 74 (29.3% from 255) = 49.33%

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

R = 28.67%
G = 49.33%
B = 22%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.55

 K value IS 0.71

RGB Variations

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

Color information

#2B4A21 (or 0x2B4A21) is known color: Palm Leaf. HEX triplet: 2B, 4A and 21. RGB value is (43,74,33). Sum of RGB (Red+Green+Blue) = 43+74+33=150 (19% of max value = 765). Red value is 43 (17.19% from 255 or 28.67% from 150); Green value is 74 (29.30% from 255 or 49.33% from 150); Blue value is 33 (13.28% from 255 or 22% from 150); Max value from RGB is 74 - color contains mainly: green. Hex color #2B4A21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4A21 is #D4B5DE. Grayscale: #3C3C3C. Windows color (decimal): -13940191 or 2181675. OLE color: 2181675.

HSL color Cylindrical-coordinate representation of color #2B4A21: hue angle of 105.37º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2B4A21 is Cyan = 0.42, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.71.

Color convert

RGB 43 74 33 -
CMYK 0.42 0 0.55 0.71
HSL 105.37º 0.38% 0.21% -
HSV(B) 105.37º 0.55% 0.29% -
XYZ 3.72 5.52 2.31 -
YUV 60.06 112.73 115.83 -
System Red Green Blue C M Y K H S L
Decimal 43 74 33 0.42 0 0.55 0.71 105.37 0.38 0.21
Hex 2B 4A 21 2A 0 37 47 69 26 15
Octal 53 112 41 52 0 67 107 151 46 25
Binary 101011 1001010 100001 101010 0 110111 1000111 1101001 100110 10101

Color Harmonies of #2B4A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4A21

Black with #2B4A21

Text Example


Text Example

White with #2B4A21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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