#2B472B

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

Shades of Myrtle #2B472B

Tints of Myrtle #2B472B

Color information

#2B472B (or 0x2B472B) is unknown color: approx Myrtle. HEX triplet: 2B, 47 and 2B. RGB value is (43,71,43). Sum of RGB (Red+Green+Blue) = 43+71+43=157 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.39% from 157); Green value is 71 (28.12% from 255 or 45.22% from 157); Blue value is 43 (17.19% from 255 or 27.39% from 157); Max value from RGB is 71 - color contains mainly: green. Hex color #2B472B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B472B is #D4B8D4. Grayscale: #3B3B3B. Windows color (decimal): -13940949 or 2836267. OLE color: 2836267.

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

Color convert

RGB437143-
CMYK0.3900.390.72
HSL120º24.56%22.35%-
HSV(B)120º39.44%27.84%-
XYZ3.695.193.09-
YUV59.44118.72116.28-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 27.39%
GREEN value IS 71 (28.12% from 255) = 45.22%
BLUE value IS 43 (17.19% from 255) = 27.39%
R=27.39%
G=45.22%
B=27.39%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4371430.3900.390.7212024.5622.35
Hex2B472B2702748781916
Octal5310753470471101703126
Binary10101110001111010111001110100111100100011110001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B472B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,71,43); }

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

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

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

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

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

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

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