#2B462A

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

Shades of Myrtle #2B462A

Tints of Myrtle #2B462A

Color information

#2B462A (or 0x2B462A) is unknown color: approx Myrtle. HEX triplet: 2B, 46 and 2A. RGB value is (43,70,42). Sum of RGB (Red+Green+Blue) = 43+70+42=155 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.74% from 155); Green value is 70 (27.73% from 255 or 45.16% from 155); Blue value is 42 (16.80% from 255 or 27.10% from 155); Max value from RGB is 70 - color contains mainly: green. Hex color #2B462A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B462A is #D4B9D5. Grayscale: #3A3A3A. Windows color (decimal): -13941206 or 2770475. OLE color: 2770475.

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

Color convert

RGB437042-
CMYK0.3900.400.73
HSL117.86º25%21.96%-
HSV(B)117.86º40%27.45%-
XYZ3.65.062.98-
YUV58.74118.55116.78-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 27.74%
GREEN value IS 70 (27.73% from 255) = 45.16%
BLUE value IS 42 (16.80% from 255) = 27.10%
R=27.74%
G=45.16%
B=27.10%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4370420.3900.400.73117.862521.96
Hex2B462A2702849761916
Octal5310652470501111663126
Binary10101110001101010101001110101000100100111101101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B462A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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