#2B5526

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

Shades of Myrtle #2B5526

Tints of Myrtle #2B5526

Color information

#2B5526 (or 0x2B5526) is unknown color: approx Myrtle. HEX triplet: 2B, 55 and 26. RGB value is (43,85,38). Sum of RGB (Red+Green+Blue) = 43+85+38=166 (21% of max value = 765). Red value is 43 (17.19% from 255 or 25.90% from 166); Green value is 85 (33.59% from 255 or 51.20% from 166); Blue value is 38 (15.23% from 255 or 22.89% from 166); Max value from RGB is 85 - color contains mainly: green. Hex color #2B5526 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5526 is #D4AAD9. Grayscale: #434343. Windows color (decimal): -13937370 or 2512171. OLE color: 2512171.

HSL color Cylindrical-coordinate representation of color #2B5526: hue angle of 113.62º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2B5526 is Cyan = 0.49, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.67.

Color convert

RGB438538-
CMYK0.4900.550.67
HSL113.62º38.21%24.12%-
HSV(B)113.62º55.29%33.33%-
XYZ4.597.152.97-
YUV67.08111.59110.82-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 25.90%
GREEN value IS 85 (33.59% from 255) = 51.20%
BLUE value IS 38 (15.23% from 255) = 22.89%
R=25.90%
G=51.20%
B=22.89%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4385380.4900.550.67113.6238.2124.12
Hex2B55263103743722618
Octal5312546610671031624630
Binary101011101010110011011000101101111000011111001010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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