Html Css Color HEX #2B5915 Palm Leaf

📋 copy color: '#2B5915'

red 43 ◦ green 89 ◦ blue 21

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

Shades of Palm Leaf #2B5915

Tints of Palm Leaf #2B5915

RGB

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

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

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

R = 28.1%
G = 58.17%
B = 13.73%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.76

 K value IS 0.65

RGB Variations

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

Color information

#2B5915 (or 0x2B5915) is known color: Palm Leaf. HEX triplet: 2B, 59 and 15. RGB value is (43,89,21). Sum of RGB (Red+Green+Blue) = 43+89+21=153 (20% of max value = 765). Red value is 43 (17.19% from 255 or 28.10% from 153); Green value is 89 (35.16% from 255 or 58.17% from 153); Blue value is 21 (8.59% from 255 or 13.73% from 153); Max value from RGB is 89 - color contains mainly: green. Hex color #2B5915 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B5915 is #D4A6EA. Grayscale: #434343. Windows color (decimal): -13936363 or 1399083. OLE color: 1399083.

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

Color convert

RGB 43 89 21 -
CMYK 0.52 0 0.76 0.65
HSL 100.59º 0.62% 0.22% -
HSV(B) 100.59º 0.76% 0.35% -
XYZ 4.7 7.71 1.95 -
YUV 67.49 101.76 110.53 -
System Red Green Blue C M Y K H S L
Decimal 43 89 21 0.52 0 0.76 0.65 100.59 0.62 0.22
Hex 2B 59 15 34 0 4C 41 65 3E 16
Octal 53 131 25 64 0 114 101 145 76 26
Binary 101011 1011001 10101 110100 0 1001100 1000001 1100101 111110 10110

Color Harmonies of #2B5915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5915

Black with #2B5915

Text Example


Text Example

White with #2B5915

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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