Html Css Color HEX #2B5819 Palm Leaf

📋 copy color: '#2B5819'

red 43 ◦ green 88 ◦ blue 25

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

Shades of Palm Leaf #2B5819

Tints of Palm Leaf #2B5819

RGB

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

 GREEN value IS 88 (34.77% from 255) = 56.41%

 BLUE value IS 25 (10.16% from 255) = 16.03%

R = 27.56%
G = 56.41%
B = 16.03%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.72

 K value IS 0.65

RGB Variations

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

Color information

#2B5819 (or 0x2B5819) is known color: Palm Leaf. HEX triplet: 2B, 58 and 19. RGB value is (43,88,25). Sum of RGB (Red+Green+Blue) = 43+88+25=156 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.56% from 156); Green value is 88 (34.77% from 255 or 56.41% from 156); Blue value is 25 (10.16% from 255 or 16.03% from 156); Max value from RGB is 88 - color contains mainly: green. Hex color #2B5819 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B5819 is #D4A7E6. Grayscale: #434343. Windows color (decimal): -13936615 or 1660971. OLE color: 1660971.

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

Color convert

RGB 43 88 25 -
CMYK 0.51 0 0.72 0.65
HSL 102.86º 0.56% 0.22% -
HSV(B) 102.86º 0.72% 0.35% -
XYZ 4.66 7.56 2.13 -
YUV 67.36 104.09 110.62 -
System Red Green Blue C M Y K H S L
Decimal 43 88 25 0.51 0 0.72 0.65 102.86 0.56 0.22
Hex 2B 58 19 33 0 48 41 67 38 16
Octal 53 130 31 63 0 110 101 147 70 26
Binary 101011 1011000 11001 110011 0 1001000 1000001 1100111 111000 10110

Color Harmonies of #2B5819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5819

Black with #2B5819

Text Example


Text Example

White with #2B5819

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,88,25); }

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

background-color css

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

 a { background-color: rgb(43,88,25); }

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

border-color css

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

 span { border-color: rgb(43,88,25); }

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