Html Css Color HEX #2B5815 Palm Leaf

📋 copy color: '#2B5815'

red 43 ◦ green 88 ◦ blue 21

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

Shades of Palm Leaf #2B5815

Tints of Palm Leaf #2B5815

RGB

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

 GREEN value IS 88 (34.77% from 255) = 57.89%

 BLUE value IS 21 (8.59% from 255) = 13.82%

R = 28.29%
G = 57.89%
B = 13.82%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.76

 K value IS 0.65

RGB Variations

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

Color information

#2B5815 (or 0x2B5815) is known color: Palm Leaf. HEX triplet: 2B, 58 and 15. RGB value is (43,88,21). Sum of RGB (Red+Green+Blue) = 43+88+21=152 (20% of max value = 765). Red value is 43 (17.19% from 255 or 28.29% from 152); Green value is 88 (34.77% from 255 or 57.89% from 152); Blue value is 21 (8.59% from 255 or 13.82% from 152); Max value from RGB is 88 - color contains mainly: green. Hex color #2B5815 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B5815 is #D4A7EA. Grayscale: #434343. Windows color (decimal): -13936619 or 1398827. OLE color: 1398827.

HSL color Cylindrical-coordinate representation of color #2B5815: hue angle of 100.3º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2B5815 is Cyan = 0.51, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.65.

Color convert

RGB 43 88 21 -
CMYK 0.51 0 0.76 0.65
HSL 100.3º 0.61% 0.21% -
HSV(B) 100.3º 0.76% 0.35% -
XYZ 4.62 7.55 1.92 -
YUV 66.91 102.09 110.95 -
System Red Green Blue C M Y K H S L
Decimal 43 88 21 0.51 0 0.76 0.65 100.3 0.61 0.21
Hex 2B 58 15 33 0 4C 41 64 3D 15
Octal 53 130 25 63 0 114 101 144 75 25
Binary 101011 1011000 10101 110011 0 1001100 1000001 1100100 111101 10101

Color Harmonies of #2B5815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5815

Black with #2B5815

Text Example


Text Example

White with #2B5815

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,88,21); }

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

background-color css

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

 a { background-color: rgb(43,88,21); }

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

border-color css

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

 span { border-color: rgb(43,88,21); }

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