Html Css Color HEX #2B511D Palm Leaf

📋 copy color: '#2B511D'

red 43 ◦ green 81 ◦ blue 29

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

Shades of Palm Leaf #2B511D

Tints of Palm Leaf #2B511D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 52.94%

 BLUE value IS 29 (11.72% from 255) = 18.95%

R = 28.1%
G = 52.94%
B = 18.95%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.64

 K value IS 0.68

RGB Variations

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

Color information

#2B511D (or 0x2B511D) is known color: Palm Leaf. HEX triplet: 2B, 51 and 1D. RGB value is (43,81,29). Sum of RGB (Red+Green+Blue) = 43+81+29=153 (20% of max value = 765). Red value is 43 (17.19% from 255 or 28.10% from 153); Green value is 81 (32.03% from 255 or 52.94% from 153); Blue value is 29 (11.72% from 255 or 18.95% from 153); Max value from RGB is 81 - color contains mainly: green. Hex color #2B511D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B511D is #D4AEE2. Grayscale: #3F3F3F. Windows color (decimal): -13938403 or 1921323. OLE color: 1921323.

HSL color Cylindrical-coordinate representation of color #2B511D: hue angle of 103.85º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2B511D is Cyan = 0.47, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.68.

Color convert

RGB 43 81 29 -
CMYK 0.47 0 0.64 0.68
HSL 103.85º 0.47% 0.22% -
HSV(B) 103.85º 0.64% 0.32% -
XYZ 4.16 6.49 2.2 -
YUV 63.71 108.41 113.23 -
System Red Green Blue C M Y K H S L
Decimal 43 81 29 0.47 0 0.64 0.68 103.85 0.47 0.22
Hex 2B 51 1D 2F 0 40 44 68 2F 16
Octal 53 121 35 57 0 100 104 150 57 26
Binary 101011 1010001 11101 101111 0 1000000 1000100 1101000 101111 10110

Color Harmonies of #2B511D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B511D

Black with #2B511D

Text Example


Text Example

White with #2B511D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,81,29); }

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

background-color css

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

 a { background-color: rgb(43,81,29); }

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

border-color css

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

 span { border-color: rgb(43,81,29); }

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