#2B462C

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

Shades of Myrtle #2B462C

Tints of Myrtle #2B462C

Color information

#2B462C (or 0x2B462C) is unknown color: approx Myrtle. HEX triplet: 2B, 46 and 2C. RGB value is (43,70,44). Sum of RGB (Red+Green+Blue) = 43+70+44=157 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.39% from 157); Green value is 70 (27.73% from 255 or 44.59% from 157); Blue value is 44 (17.58% from 255 or 28.03% from 157); Max value from RGB is 70 - color contains mainly: green. Hex color #2B462C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B462C is #D4B9D3. Grayscale: #3B3B3B. Windows color (decimal): -13941204 or 2901547. OLE color: 2901547.

HSL color Cylindrical-coordinate representation of color #2B462C: hue angle of 122.22º degrees, saturation: 0.24, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2B462C is Cyan = 0.39, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.73.

Color convert

RGB437044-
CMYK0.3900.370.73
HSL122.22º23.89%22.16%-
HSV(B)122.22º38.57%27.45%-
XYZ3.645.083.17-
YUV58.96119.55116.61-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 27.39%
GREEN value IS 70 (27.73% from 255) = 44.59%
BLUE value IS 44 (17.58% from 255) = 28.03%
R=27.39%
G=44.59%
B=28.03%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4370440.3900.370.73122.2223.8922.16
Hex2B462C27025497a1816
Octal5310654470451111723026
Binary10101110001101011001001110100101100100111110101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B462C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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