Html Css Color HEX #2B511C Palm Leaf

📋 copy color: '#2B511C'

red 43 ◦ green 81 ◦ blue 28

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

Shades of Palm Leaf #2B511C

Tints of Palm Leaf #2B511C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 18.42%

R = 28.29%
G = 53.29%
B = 18.42%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.65

 K value IS 0.68

RGB Variations

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

Color information

#2B511C (or 0x2B511C) is known color: Palm Leaf. HEX triplet: 2B, 51 and 1C. RGB value is (43,81,28). Sum of RGB (Red+Green+Blue) = 43+81+28=152 (20% of max value = 765). Red value is 43 (17.19% from 255 or 28.29% from 152); Green value is 81 (32.03% from 255 or 53.29% from 152); Blue value is 28 (11.33% from 255 or 18.42% from 152); Max value from RGB is 81 - color contains mainly: green. Hex color #2B511C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B511C is #D4AEE3. Grayscale: #3F3F3F. Windows color (decimal): -13938404 or 1855787. OLE color: 1855787.

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

Color convert

RGB 43 81 28 -
CMYK 0.47 0 0.65 0.68
HSL 103.02º 0.49% 0.21% -
HSV(B) 103.02º 0.65% 0.32% -
XYZ 4.15 6.48 2.13 -
YUV 63.6 107.91 113.31 -
System Red Green Blue C M Y K H S L
Decimal 43 81 28 0.47 0 0.65 0.68 103.02 0.49 0.21
Hex 2B 51 1C 2F 0 41 44 67 31 15
Octal 53 121 34 57 0 101 104 147 61 25
Binary 101011 1010001 11100 101111 0 1000001 1000100 1100111 110001 10101

Color Harmonies of #2B511C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B511C

Black with #2B511C

Text Example


Text Example

White with #2B511C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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