#2B3F29

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

Shades of Myrtle #2B3F29

Tints of Myrtle #2B3F29

Color information

#2B3F29 (or 0x2B3F29) is unknown color: approx Myrtle. HEX triplet: 2B, 3F and 29. RGB value is (43,63,41). Sum of RGB (Red+Green+Blue) = 43+63+41=147 (19% of max value = 765). Red value is 43 (17.19% from 255 or 29.25% from 147); Green value is 63 (25% from 255 or 42.86% from 147); Blue value is 41 (16.41% from 255 or 27.89% from 147); Max value from RGB is 63 - color contains mainly: green. Hex color #2B3F29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3F29 is #D4C0D6. Grayscale: #363636. Windows color (decimal): -13942999 or 2703147. OLE color: 2703147.

HSL color Cylindrical-coordinate representation of color #2B3F29: hue angle of 114.55º degrees, saturation: 0.21, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #2B3F29 is Cyan = 0.32, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.75.

Color convert

RGB436341-
CMYK0.3200.350.75
HSL114.55º21.15%20.39%-
HSV(B)114.55º34.92%24.71%-
XYZ3.174.232.75-
YUV54.51120.37119.79-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 29.25%
GREEN value IS 63 (25% from 255) = 42.86%
BLUE value IS 41 (16.41% from 255) = 27.89%
R=29.25%
G=42.86%
B=27.89%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4363410.3200.350.75114.5521.1520.39
Hex2B3F29200234B731514
Octal537751400431131632524
Binary1010111111111010011000000100011100101111100111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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