Html Css Color HEX #2B5916 Palm Leaf

📋 copy color: '#2B5916'

red 43 ◦ green 89 ◦ blue 22

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

Shades of Palm Leaf #2B5916

Tints of Palm Leaf #2B5916

RGB

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

 GREEN value IS 89 (35.16% from 255) = 57.79%

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

R = 27.92%
G = 57.79%
B = 14.29%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.75

 K value IS 0.65

RGB Variations

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

Color information

#2B5916 (or 0x2B5916) is known color: Palm Leaf. HEX triplet: 2B, 59 and 16. RGB value is (43,89,22). Sum of RGB (Red+Green+Blue) = 43+89+22=154 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.92% from 154); Green value is 89 (35.16% from 255 or 57.79% from 154); Blue value is 22 (8.98% from 255 or 14.29% from 154); Max value from RGB is 89 - color contains mainly: green. Hex color #2B5916 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B5916 is #D4A6E9. Grayscale: #434343. Windows color (decimal): -13936362 or 1464619. OLE color: 1464619.

HSL color Cylindrical-coordinate representation of color #2B5916: hue angle of 101.19º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B5916 is Cyan = 0.52, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.65.

Color convert

RGB 43 89 22 -
CMYK 0.52 0 0.75 0.65
HSL 101.19º 0.6% 0.22% -
HSV(B) 101.19º 0.75% 0.35% -
XYZ 4.71 7.72 2 -
YUV 67.61 102.26 110.45 -
System Red Green Blue C M Y K H S L
Decimal 43 89 22 0.52 0 0.75 0.65 101.19 0.6 0.22
Hex 2B 59 16 34 0 4B 41 65 3C 16
Octal 53 131 26 64 0 113 101 145 74 26
Binary 101011 1011001 10110 110100 0 1001011 1000001 1100101 111100 10110

Color Harmonies of #2B5916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5916

Black with #2B5916

Text Example


Text Example

White with #2B5916

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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