#2B550E

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

Shades of Myrtle #2B550E

Tints of Myrtle #2B550E

Color information

#2B550E (or 0x2B550E) is unknown color: approx Myrtle. HEX triplet: 2B, 55 and 0E. RGB value is (43,85,14). Sum of RGB (Red+Green+Blue) = 43+85+14=142 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.28% from 142); Green value is 85 (33.59% from 255 or 59.86% from 142); Blue value is 14 (5.86% from 255 or 9.86% from 142); Max value from RGB is 85 - color contains mainly: green. Hex color #2B550E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B550E is #D4AAF1. Grayscale: #404040. Windows color (decimal): -13937394 or 939307. OLE color: 939307.

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

Color convert

RGB438514-
CMYK0.4900.840.67
HSL95.49º71.72%19.41%-
HSV(B)95.49º83.53%33.33%-
XYZ4.327.041.55-
YUV64.3599.59112.77-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 30.28%
GREEN value IS 85 (33.59% from 255) = 59.86%
BLUE value IS 14 (5.86% from 255) = 9.86%
R=30.28%
G=59.86%
B=9.86%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4385140.4900.840.6795.4971.7219.41
Hex2B55E31054435f4813
Octal531251661012410313711023
Binary101011101010111101100010101010010000111011111100100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B550E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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