#2B422A

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

Shades of Myrtle #2B422A

Tints of Myrtle #2B422A

Color information

#2B422A (or 0x2B422A) is unknown color: approx Myrtle. HEX triplet: 2B, 42 and 2A. RGB value is (43,66,42). Sum of RGB (Red+Green+Blue) = 43+66+42=151 (20% of max value = 765). Red value is 43 (17.19% from 255 or 28.48% from 151); Green value is 66 (26.17% from 255 or 43.71% from 151); Blue value is 42 (16.80% from 255 or 27.81% from 151); Max value from RGB is 66 - color contains mainly: green. Hex color #2B422A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B422A is #D4BDD5. Grayscale: #383838. Windows color (decimal): -13942230 or 2769451. OLE color: 2769451.

HSL color Cylindrical-coordinate representation of color #2B422A: hue angle of 117.5º degrees, saturation: 0.22, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #2B422A is Cyan = 0.35, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.74.

Color convert

RGB436642-
CMYK0.3500.360.74
HSL117.5º22.22%21.18%-
HSV(B)117.5º36.36%25.88%-
XYZ3.364.582.9-
YUV56.39119.88118.45-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 28.48%
GREEN value IS 66 (26.17% from 255) = 43.71%
BLUE value IS 42 (16.80% from 255) = 27.81%
R=28.48%
G=43.71%
B=27.81%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4366420.3500.360.74117.522.2221.18
Hex2B422A230244A761615
Octal5310252430441121662625
Binary10101110000101010101000110100100100101011101101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B422A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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