#2B4727

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

Shades of Myrtle #2B4727

Tints of Myrtle #2B4727

Color information

#2B4727 (or 0x2B4727) is unknown color: approx Myrtle. HEX triplet: 2B, 47 and 27. RGB value is (43,71,39). Sum of RGB (Red+Green+Blue) = 43+71+39=153 (20% of max value = 765). Red value is 43 (17.19% from 255 or 28.10% from 153); Green value is 71 (28.12% from 255 or 46.41% from 153); Blue value is 39 (15.62% from 255 or 25.49% from 153); Max value from RGB is 71 - color contains mainly: green. Hex color #2B4727 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4727 is #D4B8D8. Grayscale: #3B3B3B. Windows color (decimal): -13940953 or 2574123. OLE color: 2574123.

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

Color convert

RGB437139-
CMYK0.3900.450.72
HSL112.5º29.09%21.57%-
HSV(B)112.5º45.07%27.84%-
XYZ3.625.172.73-
YUV58.98116.72116.6-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 28.10%
GREEN value IS 71 (28.12% from 255) = 46.41%
BLUE value IS 39 (15.62% from 255) = 25.49%
R=28.10%
G=46.41%
B=25.49%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4371390.3900.450.72112.529.0921.57
Hex2B47272702D48701d16
Octal5310747470551101603526
Binary10101110001111001111001110101101100100011100001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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