Html Css Color HEX #2B491B Palm Leaf

📋 copy color: '#2B491B'

red 43 ◦ green 73 ◦ blue 27

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

Shades of Palm Leaf #2B491B

Tints of Palm Leaf #2B491B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 51.05%

 BLUE value IS 27 (10.94% from 255) = 18.88%

R = 30.07%
G = 51.05%
B = 18.88%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.63

 K value IS 0.71

RGB Variations

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

Color information

#2B491B (or 0x2B491B) is known color: Palm Leaf. HEX triplet: 2B, 49 and 1B. RGB value is (43,73,27). Sum of RGB (Red+Green+Blue) = 43+73+27=143 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.07% from 143); Green value is 73 (28.91% from 255 or 51.05% from 143); Blue value is 27 (10.94% from 255 or 18.88% from 143); Max value from RGB is 73 - color contains mainly: green. Hex color #2B491B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B491B is #D4B6E4. Grayscale: #3A3A3A. Windows color (decimal): -13940453 or 1788203. OLE color: 1788203.

HSL color Cylindrical-coordinate representation of color #2B491B: hue angle of 99.13º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2B491B is Cyan = 0.41, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.71.

Color convert

RGB 43 73 27 -
CMYK 0.41 0 0.63 0.71
HSL 99.13º 0.46% 0.2% -
HSV(B) 99.13º 0.63% 0.29% -
XYZ 3.58 5.36 1.88 -
YUV 58.79 110.06 116.74 -
System Red Green Blue C M Y K H S L
Decimal 43 73 27 0.41 0 0.63 0.71 99.13 0.46 0.2
Hex 2B 49 1B 29 0 3F 47 63 2E 14
Octal 53 111 33 51 0 77 107 143 56 24
Binary 101011 1001001 11011 101001 0 111111 1000111 1100011 101110 10100

Color Harmonies of #2B491B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B491B

Black with #2B491B

Text Example


Text Example

White with #2B491B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,73,27); }

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

background-color css

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

 a { background-color: rgb(43,73,27); }

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

border-color css

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

 span { border-color: rgb(43,73,27); }

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