Html Css Color HEX #2B5412 Palm Leaf

📋 copy color: '#2B5412'

red 43 ◦ green 84 ◦ blue 18

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

Shades of Palm Leaf #2B5412

Tints of Palm Leaf #2B5412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 12.41%

R = 29.66%
G = 57.93%
B = 12.41%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.79

 K value IS 0.67

RGB Variations

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

Color information

#2B5412 (or 0x2B5412) is known color: Palm Leaf. HEX triplet: 2B, 54 and 12. RGB value is (43,84,18). Sum of RGB (Red+Green+Blue) = 43+84+18=145 (19% of max value = 765). Red value is 43 (17.19% from 255 or 29.66% from 145); Green value is 84 (33.20% from 255 or 57.93% from 145); Blue value is 18 (7.42% from 255 or 12.41% from 145); Max value from RGB is 84 - color contains mainly: green. Hex color #2B5412 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B5412 is #D4ABED. Grayscale: #404040. Windows color (decimal): -13937646 or 1201195. OLE color: 1201195.

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

Color convert

RGB 43 84 18 -
CMYK 0.49 0 0.79 0.67
HSL 97.27º 0.65% 0.2% -
HSV(B) 97.27º 0.79% 0.33% -
XYZ 4.28 6.9 1.68 -
YUV 64.22 101.92 112.87 -
System Red Green Blue C M Y K H S L
Decimal 43 84 18 0.49 0 0.79 0.67 97.27 0.65 0.2
Hex 2B 54 12 31 0 4F 43 61 41 14
Octal 53 124 22 61 0 117 103 141 101 24
Binary 101011 1010100 10010 110001 0 1001111 1000011 1100001 1000001 10100

Color Harmonies of #2B5412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5412

Black with #2B5412

Text Example


Text Example

White with #2B5412

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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