#2B4728

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

Shades of Myrtle #2B4728

Tints of Myrtle #2B4728

Color information

#2B4728 (or 0x2B4728) is unknown color: approx Myrtle. HEX triplet: 2B, 47 and 28. RGB value is (43,71,40). Sum of RGB (Red+Green+Blue) = 43+71+40=154 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.92% from 154); Green value is 71 (28.12% from 255 or 46.10% from 154); Blue value is 40 (16.02% from 255 or 25.97% from 154); Max value from RGB is 71 - color contains mainly: green. Hex color #2B4728 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4728 is #D4B8D7. Grayscale: #3B3B3B. Windows color (decimal): -13940952 or 2639659. OLE color: 2639659.

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

Color convert

RGB437140-
CMYK0.3900.440.72
HSL114.19º27.93%21.76%-
HSV(B)114.19º43.66%27.84%-
XYZ3.635.172.81-
YUV59.09117.22116.52-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 27.92%
GREEN value IS 71 (28.12% from 255) = 46.10%
BLUE value IS 40 (16.02% from 255) = 25.97%
R=27.92%
G=46.10%
B=25.97%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4371400.3900.440.72114.1927.9321.76
Hex2B47282702C48721c16
Octal5310750470541101623426
Binary10101110001111010001001110101100100100011100101110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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