Html Css Color HEX #2B5116 Palm Leaf

📋 copy color: '#2B5116'

red 43 ◦ green 81 ◦ blue 22

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

Shades of Palm Leaf #2B5116

Tints of Palm Leaf #2B5116

RGB

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

 GREEN value IS 81 (32.03% from 255) = 55.48%

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

R = 29.45%
G = 55.48%
B = 15.07%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.73

 K value IS 0.68

RGB Variations

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

Color information

#2B5116 (or 0x2B5116) is known color: Palm Leaf. HEX triplet: 2B, 51 and 16. RGB value is (43,81,22). Sum of RGB (Red+Green+Blue) = 43+81+22=146 (19% of max value = 765). Red value is 43 (17.19% from 255 or 29.45% from 146); Green value is 81 (32.03% from 255 or 55.48% from 146); Blue value is 22 (8.98% from 255 or 15.07% from 146); Max value from RGB is 81 - color contains mainly: green. Hex color #2B5116 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B5116 is #D4AEE9. Grayscale: #3F3F3F. Windows color (decimal): -13938410 or 1462571. OLE color: 1462571.

HSL color Cylindrical-coordinate representation of color #2B5116: hue angle of 98.64º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B5116 is Cyan = 0.47, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.68.

Color convert

RGB 43 81 22 -
CMYK 0.47 0 0.73 0.68
HSL 98.64º 0.57% 0.2% -
HSV(B) 98.64º 0.73% 0.32% -
XYZ 4.08 6.46 1.79 -
YUV 62.91 104.91 113.8 -
System Red Green Blue C M Y K H S L
Decimal 43 81 22 0.47 0 0.73 0.68 98.64 0.57 0.2
Hex 2B 51 16 2F 0 49 44 63 39 14
Octal 53 121 26 57 0 111 104 143 71 24
Binary 101011 1010001 10110 101111 0 1001001 1000100 1100011 111001 10100

Color Harmonies of #2B5116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5116

Black with #2B5116

Text Example


Text Example

White with #2B5116

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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