#2B3929

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

Shades of Myrtle #2B3929

Tints of Myrtle #2B3929

Color information

#2B3929 (or 0x2B3929) is unknown color: approx Myrtle. HEX triplet: 2B, 39 and 29. RGB value is (43,57,41). Sum of RGB (Red+Green+Blue) = 43+57+41=141 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.50% from 141); Green value is 57 (22.66% from 255 or 40.43% from 141); Blue value is 41 (16.41% from 255 or 29.08% from 141); Max value from RGB is 57 - color contains mainly: green. Hex color #2B3929 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3929 is #D4C6D6. Grayscale: #333333. Windows color (decimal): -13944535 or 2701611. OLE color: 2701611.

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

Color convert

RGB435741-
CMYK0.2500.280.78
HSL112.5º16.33%19.22%-
HSV(B)112.5º28.07%22.35%-
XYZ2.863.62.64-
YUV50.99122.36122.3-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 30.50%
GREEN value IS 57 (22.66% from 255) = 40.43%
BLUE value IS 41 (16.41% from 255) = 29.08%
R=30.50%
G=40.43%
B=29.08%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4357410.2500.280.78112.516.3319.22
Hex2B39291901C4E701013
Octal537151310341161602023
Binary10101111100110100111001011100100111011100001000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,57,41); }

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

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

 a { background-color: rgb(43,57,41); }

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

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

 span { border-color: rgb(43,57,41); }

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