Html Css Color HEX #2B5A19 Palm Leaf

📋 copy color: '#2B5A19'

red 43 ◦ green 90 ◦ blue 25

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

Shades of Palm Leaf #2B5A19

Tints of Palm Leaf #2B5A19

RGB

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

 GREEN value IS 90 (35.55% from 255) = 56.96%

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

R = 27.22%
G = 56.96%
B = 15.82%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.72

 K value IS 0.65

RGB Variations

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

Color information

#2B5A19 (or 0x2B5A19) is known color: Palm Leaf. HEX triplet: 2B, 5A and 19. RGB value is (43,90,25). Sum of RGB (Red+Green+Blue) = 43+90+25=158 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.22% from 158); Green value is 90 (35.55% from 255 or 56.96% from 158); Blue value is 25 (10.16% from 255 or 15.82% from 158); Max value from RGB is 90 - color contains mainly: green. Hex color #2B5A19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B5A19 is #D4A5E6. Grayscale: #444444. Windows color (decimal): -13936103 or 1661483. OLE color: 1661483.

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

Color convert

RGB 43 90 25 -
CMYK 0.52 0 0.72 0.65
HSL 103.38º 0.57% 0.23% -
HSV(B) 103.38º 0.72% 0.35% -
XYZ 4.83 7.9 2.19 -
YUV 68.54 103.43 109.79 -
System Red Green Blue C M Y K H S L
Decimal 43 90 25 0.52 0 0.72 0.65 103.38 0.57 0.23
Hex 2B 5A 19 34 0 48 41 67 39 17
Octal 53 132 31 64 0 110 101 147 71 27
Binary 101011 1011010 11001 110100 0 1001000 1000001 1100111 111001 10111

Color Harmonies of #2B5A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5A19

Black with #2B5A19

Text Example


Text Example

White with #2B5A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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