Html Css Color HEX #2B5415 Palm Leaf

📋 copy color: '#2B5415'

red 43 ◦ green 84 ◦ blue 21

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

Shades of Palm Leaf #2B5415

Tints of Palm Leaf #2B5415

RGB

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

 GREEN value IS 84 (33.2% from 255) = 56.76%

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

R = 29.05%
G = 56.76%
B = 14.19%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#2B5415 (or 0x2B5415) is known color: Palm Leaf. HEX triplet: 2B, 54 and 15. RGB value is (43,84,21). Sum of RGB (Red+Green+Blue) = 43+84+21=148 (19% of max value = 765). Red value is 43 (17.19% from 255 or 29.05% from 148); Green value is 84 (33.20% from 255 or 56.76% from 148); Blue value is 21 (8.59% from 255 or 14.19% from 148); Max value from RGB is 84 - color contains mainly: green. Hex color #2B5415 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B5415 is #D4ABEA. Grayscale: #404040. Windows color (decimal): -13937643 or 1397803. OLE color: 1397803.

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

Color convert

RGB 43 84 21 -
CMYK 0.49 0 0.75 0.67
HSL 99.05º 0.6% 0.21% -
HSV(B) 99.05º 0.75% 0.33% -
XYZ 4.3 6.91 1.82 -
YUV 64.56 103.42 112.62 -
System Red Green Blue C M Y K H S L
Decimal 43 84 21 0.49 0 0.75 0.67 99.05 0.6 0.21
Hex 2B 54 15 31 0 4B 43 63 3C 15
Octal 53 124 25 61 0 113 103 143 74 25
Binary 101011 1010100 10101 110001 0 1001011 1000011 1100011 111100 10101

Color Harmonies of #2B5415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5415

Black with #2B5415

Text Example


Text Example

White with #2B5415

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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