#2B4525

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

Shades of Myrtle #2B4525

Tints of Myrtle #2B4525

Color information

#2B4525 (or 0x2B4525) is unknown color: approx Myrtle. HEX triplet: 2B, 45 and 25. RGB value is (43,69,37). Sum of RGB (Red+Green+Blue) = 43+69+37=149 (19% of max value = 765). Red value is 43 (17.19% from 255 or 28.86% from 149); Green value is 69 (27.34% from 255 or 46.31% from 149); Blue value is 37 (14.84% from 255 or 24.83% from 149); Max value from RGB is 69 - color contains mainly: green. Hex color #2B4525 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4525 is #D4BADA. Grayscale: #393939. Windows color (decimal): -13941467 or 2442539. OLE color: 2442539.

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

Color convert

RGB436937-
CMYK0.3800.460.73
HSL108.75º30.19%20.78%-
HSV(B)108.75º46.38%27.06%-
XYZ3.464.92.51-
YUV57.58116.39117.6-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 28.86%
GREEN value IS 69 (27.34% from 255) = 46.31%
BLUE value IS 37 (14.84% from 255) = 24.83%
R=28.86%
G=46.31%
B=24.83%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4369370.3800.460.73108.7530.1920.78
Hex2B45252602E496d1e15
Octal5310545460561111553625
Binary10101110001011001011001100101110100100111011011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,69,37); }

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

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

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

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

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

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

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