Html Css Color HEX #2B501D Palm Leaf

📋 copy color: '#2B501D'

red 43 ◦ green 80 ◦ blue 29

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

Shades of Palm Leaf #2B501D

Tints of Palm Leaf #2B501D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 52.63%

 BLUE value IS 29 (11.72% from 255) = 19.08%

R = 28.29%
G = 52.63%
B = 19.08%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.64

 K value IS 0.69

RGB Variations

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

Color information

#2B501D (or 0x2B501D) is known color: Palm Leaf. HEX triplet: 2B, 50 and 1D. RGB value is (43,80,29). Sum of RGB (Red+Green+Blue) = 43+80+29=152 (20% of max value = 765). Red value is 43 (17.19% from 255 or 28.29% from 152); Green value is 80 (31.64% from 255 or 52.63% from 152); Blue value is 29 (11.72% from 255 or 19.08% from 152); Max value from RGB is 80 - color contains mainly: green. Hex color #2B501D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B501D is #D4AFE2. Grayscale: #3F3F3F. Windows color (decimal): -13938659 or 1921067. OLE color: 1921067.

HSL color Cylindrical-coordinate representation of color #2B501D: hue angle of 103.53º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2B501D is Cyan = 0.46, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.69.

Color convert

RGB 43 80 29 -
CMYK 0.46 0 0.64 0.69
HSL 103.53º 0.47% 0.21% -
HSV(B) 103.53º 0.64% 0.31% -
XYZ 4.09 6.34 2.17 -
YUV 63.12 108.74 113.65 -
System Red Green Blue C M Y K H S L
Decimal 43 80 29 0.46 0 0.64 0.69 103.53 0.47 0.21
Hex 2B 50 1D 2E 0 40 45 68 2F 15
Octal 53 120 35 56 0 100 105 150 57 25
Binary 101011 1010000 11101 101110 0 1000000 1000101 1101000 101111 10101

Color Harmonies of #2B501D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B501D

Black with #2B501D

Text Example


Text Example

White with #2B501D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,80,29); }

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

background-color css

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

 a { background-color: rgb(43,80,29); }

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

border-color css

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

 span { border-color: rgb(43,80,29); }

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