Html Css Color HEX #2B5416 Palm Leaf

📋 copy color: '#2B5416'

red 43 ◦ green 84 ◦ blue 22

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

Shades of Palm Leaf #2B5416

Tints of Palm Leaf #2B5416

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 14.77%

R = 28.86%
G = 56.38%
B = 14.77%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.74

 K value IS 0.67

RGB Variations

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

Color information

#2B5416 (or 0x2B5416) is known color: Palm Leaf. HEX triplet: 2B, 54 and 16. RGB value is (43,84,22). Sum of RGB (Red+Green+Blue) = 43+84+22=149 (19% of max value = 765). Red value is 43 (17.19% from 255 or 28.86% from 149); Green value is 84 (33.20% from 255 or 56.38% from 149); Blue value is 22 (8.98% from 255 or 14.77% from 149); Max value from RGB is 84 - color contains mainly: green. Hex color #2B5416 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B5416 is #D4ABE9. Grayscale: #404040. Windows color (decimal): -13937642 or 1463339. OLE color: 1463339.

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

Color convert

RGB 43 84 22 -
CMYK 0.49 0 0.74 0.67
HSL 99.68º 0.58% 0.21% -
HSV(B) 99.68º 0.74% 0.33% -
XYZ 4.31 6.91 1.87 -
YUV 64.67 103.92 112.54 -
System Red Green Blue C M Y K H S L
Decimal 43 84 22 0.49 0 0.74 0.67 99.68 0.58 0.21
Hex 2B 54 16 31 0 4A 43 64 3A 15
Octal 53 124 26 61 0 112 103 144 72 25
Binary 101011 1010100 10110 110001 0 1001010 1000011 1100100 111010 10101

Color Harmonies of #2B5416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5416

Black with #2B5416

Text Example


Text Example

White with #2B5416

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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