#2B472C

Color #2B472C Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #2B472C

Tints of Myrtle #2B472C

Color information

#2B472C (or 0x2B472C) is unknown color: approx Myrtle. HEX triplet: 2B, 47 and 2C. RGB value is (43,71,44). Sum of RGB (Red+Green+Blue) = 43+71+44=158 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.22% from 158); Green value is 71 (28.12% from 255 or 44.94% from 158); Blue value is 44 (17.58% from 255 or 27.85% from 158); Max value from RGB is 71 - color contains mainly: green. Hex color #2B472C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B472C is #D4B8D3. Grayscale: #3B3B3B. Windows color (decimal): -13940948 or 2901803. OLE color: 2901803.

HSL color Cylindrical-coordinate representation of color #2B472C: hue angle of 122.14º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2B472C is Cyan = 0.39, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.72.

Color convert

RGB437144-
CMYK0.3900.380.72
HSL122.14º24.56%22.35%-
HSV(B)122.14º39.44%27.84%-
XYZ3.75.23.19-
YUV59.55119.22116.2-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 27.22%
GREEN value IS 71 (28.12% from 255) = 44.94%
BLUE value IS 44 (17.58% from 255) = 27.85%
R=27.22%
G=44.94%
B=27.85%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4371440.3900.380.72122.1424.5622.35
Hex2B472C27026487a1916
Octal5310754470461101723126
Binary10101110001111011001001110100110100100011110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B472C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,71,44); }

 H1.HeaderClassName
 {
   color: #2B472C;
 }
 .AnyTagClassName
 {
   color: #2B472C;
 }
</style>
background-color css

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

 a { background-color: rgb(43,71,44); }

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

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

 span { border-color: rgb(43,71,44); }

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