Html Css Color HEX #2B591E Palm Leaf

📋 copy color: '#2B591E'

red 43 ◦ green 89 ◦ blue 30

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

Shades of Palm Leaf #2B591E

Tints of Palm Leaf #2B591E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 18.52%

R = 26.54%
G = 54.94%
B = 18.52%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.66

 K value IS 0.65

RGB Variations

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

Color information

#2B591E (or 0x2B591E) is known color: Palm Leaf. HEX triplet: 2B, 59 and 1E. RGB value is (43,89,30). Sum of RGB (Red+Green+Blue) = 43+89+30=162 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.54% from 162); Green value is 89 (35.16% from 255 or 54.94% from 162); Blue value is 30 (12.11% from 255 or 18.52% from 162); Max value from RGB is 89 - color contains mainly: green. Hex color #2B591E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B591E is #D4A6E1. Grayscale: #444444. Windows color (decimal): -13936354 or 1988907. OLE color: 1988907.

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

Color convert

RGB 43 89 30 -
CMYK 0.52 0 0.66 0.65
HSL 106.78º 0.5% 0.23% -
HSV(B) 106.78º 0.66% 0.35% -
XYZ 4.8 7.75 2.47 -
YUV 68.52 106.26 109.8 -
System Red Green Blue C M Y K H S L
Decimal 43 89 30 0.52 0 0.66 0.65 106.78 0.5 0.23
Hex 2B 59 1E 34 0 42 41 6B 32 17
Octal 53 131 36 64 0 102 101 153 62 27
Binary 101011 1011001 11110 110100 0 1000010 1000001 1101011 110010 10111

Color Harmonies of #2B591E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B591E

Black with #2B591E

Text Example


Text Example

White with #2B591E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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