#2B482A

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

Shades of Myrtle #2B482A

Tints of Myrtle #2B482A

Color information

#2B482A (or 0x2B482A) is unknown color: approx Myrtle. HEX triplet: 2B, 48 and 2A. RGB value is (43,72,42). Sum of RGB (Red+Green+Blue) = 43+72+42=157 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.39% from 157); Green value is 72 (28.52% from 255 or 45.86% from 157); Blue value is 42 (16.80% from 255 or 26.75% from 157); Max value from RGB is 72 - color contains mainly: green. Hex color #2B482A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B482A is #D4B7D5. Grayscale: #3B3B3B. Windows color (decimal): -13940694 or 2770987. OLE color: 2770987.

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

Color convert

RGB437242-
CMYK0.4000.420.72
HSL118º26.32%22.35%-
HSV(B)118º41.67%28.24%-
XYZ3.735.323.02-
YUV59.91117.89115.94-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 27.39%
GREEN value IS 72 (28.52% from 255) = 45.86%
BLUE value IS 42 (16.80% from 255) = 26.75%
R=27.39%
G=45.86%
B=26.75%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4372420.4000.420.7211826.3222.35
Hex2B482A2802A48761a16
Octal5311052500521101663226
Binary10101110010001010101010000101010100100011101101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B482A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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