#2B4126

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

Shades of Myrtle #2B4126

Tints of Myrtle #2B4126

Color information

#2B4126 (or 0x2B4126) is unknown color: approx Myrtle. HEX triplet: 2B, 41 and 26. RGB value is (43,65,38). Sum of RGB (Red+Green+Blue) = 43+65+38=146 (19% of max value = 765). Red value is 43 (17.19% from 255 or 29.45% from 146); Green value is 65 (25.78% from 255 or 44.52% from 146); Blue value is 38 (15.23% from 255 or 26.03% from 146); Max value from RGB is 65 - color contains mainly: green. Hex color #2B4126 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4126 is #D4BED9. Grayscale: #373737. Windows color (decimal): -13942490 or 2507051. OLE color: 2507051.

HSL color Cylindrical-coordinate representation of color #2B4126: hue angle of 108.89º degrees, saturation: 0.26, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2B4126 is Cyan = 0.34, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.75.

Color convert

RGB436538-
CMYK0.3400.420.75
HSL108.89º26.21%20.2%-
HSV(B)108.89º41.54%25.49%-
XYZ3.244.432.52-
YUV55.34118.21119.2-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 29.45%
GREEN value IS 65 (25.78% from 255) = 44.52%
BLUE value IS 38 (15.23% from 255) = 26.03%
R=29.45%
G=44.52%
B=26.03%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4365380.3400.420.75108.8926.2120.2
Hex2B41262202A4B6d1a14
Octal5310146420521131553224
Binary10101110000011001101000100101010100101111011011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,65,38); }

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

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

 a { background-color: rgb(43,65,38); }

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

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

 span { border-color: rgb(43,65,38); }

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