#2B372A

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

Shades of Myrtle #2B372A

Tints of Myrtle #2B372A

Color information

#2B372A (or 0x2B372A) is unknown color: approx Myrtle. HEX triplet: 2B, 37 and 2A. RGB value is (43,55,42). Sum of RGB (Red+Green+Blue) = 43+55+42=140 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.71% from 140); Green value is 55 (21.88% from 255 or 39.29% from 140); Blue value is 42 (16.80% from 255 or 30% from 140); Max value from RGB is 55 - color contains mainly: green. Hex color #2B372A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B372A is #D4C8D5. Grayscale: #313131. Windows color (decimal): -13945046 or 2766635. OLE color: 2766635.

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

Color convert

RGB435542-
CMYK0.2200.240.78
HSL115.38º13.4%19.02%-
HSV(B)115.38º23.64%21.57%-
XYZ2.783.412.7-
YUV49.93123.52123.06-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 30.71%
GREEN value IS 55 (21.88% from 255) = 39.29%
BLUE value IS 42 (16.80% from 255) = 30%
R=30.71%
G=39.29%
B=30%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4355420.2200.240.78115.3813.419.02
Hex2B372A160184E73d13
Octal536752260301161631523
Binary1010111101111010101011001100010011101110011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B372A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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