#2B4428

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

Shades of Myrtle #2B4428

Tints of Myrtle #2B4428

Color information

#2B4428 (or 0x2B4428) is unknown color: approx Myrtle. HEX triplet: 2B, 44 and 28. RGB value is (43,68,40). Sum of RGB (Red+Green+Blue) = 43+68+40=151 (20% of max value = 765). Red value is 43 (17.19% from 255 or 28.48% from 151); Green value is 68 (26.95% from 255 or 45.03% from 151); Blue value is 40 (16.02% from 255 or 26.49% from 151); Max value from RGB is 68 - color contains mainly: green. Hex color #2B4428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4428 is #D4BBD7. Grayscale: #393939. Windows color (decimal): -13941720 or 2638891. OLE color: 2638891.

HSL color Cylindrical-coordinate representation of color #2B4428: hue angle of 113.57º degrees, saturation: 0.26, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2B4428 is Cyan = 0.37, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.73.

Color convert

RGB436840-
CMYK0.3700.410.73
HSL113.57º25.93%21.18%-
HSV(B)113.57º41.18%26.67%-
XYZ3.454.82.75-
YUV57.33118.22117.78-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 28.48%
GREEN value IS 68 (26.95% from 255) = 45.03%
BLUE value IS 40 (16.02% from 255) = 26.49%
R=28.48%
G=45.03%
B=26.49%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4368400.3700.410.73113.5725.9321.18
Hex2B44282502949721a15
Octal5310450450511111623225
Binary10101110001001010001001010101001100100111100101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,68,40); }

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

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

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

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

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

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

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