#2B4D25

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

Shades of Myrtle #2B4D25

Tints of Myrtle #2B4D25

Color information

#2B4D25 (or 0x2B4D25) is unknown color: approx Myrtle. HEX triplet: 2B, 4D and 25. RGB value is (43,77,37). Sum of RGB (Red+Green+Blue) = 43+77+37=157 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.39% from 157); Green value is 77 (30.47% from 255 or 49.04% from 157); Blue value is 37 (14.84% from 255 or 23.57% from 157); Max value from RGB is 77 - color contains mainly: green. Hex color #2B4D25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B4D25 is #D4B2DA. Grayscale: #3E3E3E. Windows color (decimal): -13939419 or 2444587. OLE color: 2444587.

HSL color Cylindrical-coordinate representation of color #2B4D25: hue angle of 111º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2B4D25 is Cyan = 0.44, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.70.

Color convert

RGB437737-
CMYK0.4400.520.70
HSL111º35.09%22.35%-
HSV(B)111º51.95%30.2%-
XYZ3.985.952.69-
YUV62.27113.74114.25-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 27.39%
GREEN value IS 77 (30.47% from 255) = 49.04%
BLUE value IS 37 (14.84% from 255) = 23.57%
R=27.39%
G=49.04%
B=23.57%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4377370.4400.520.7011135.0922.35
Hex2B4D252C034466f2316
Octal5311545540641061574326
Binary101011100110110010110110001101001000110110111110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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