#2B560D

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

Shades of Myrtle #2B560D

Tints of Myrtle #2B560D

Color information

#2B560D (or 0x2B560D) is unknown color: approx Myrtle. HEX triplet: 2B, 56 and 0D. RGB value is (43,86,13). Sum of RGB (Red+Green+Blue) = 43+86+13=142 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.28% from 142); Green value is 86 (33.98% from 255 or 60.56% from 142); Blue value is 13 (5.47% from 255 or 9.15% from 142); Max value from RGB is 86 - color contains mainly: green. Hex color #2B560D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B560D is #D4A9F2. Grayscale: #414141. Windows color (decimal): -13937139 or 874027. OLE color: 874027.

HSL color Cylindrical-coordinate representation of color #2B560D: hue angle of 95.34º degrees, saturation: 0.74, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2B560D is Cyan = 0.50, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.66.

Color convert

RGB438613-
CMYK0.5000.850.66
HSL95.34º73.74%19.41%-
HSV(B)95.34º84.88%33.73%-
XYZ4.47.21.54-
YUV64.8298.75112.44-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 30.28%
GREEN value IS 86 (33.98% from 255) = 60.56%
BLUE value IS 13 (5.47% from 255) = 9.15%
R=30.28%
G=60.56%
B=9.15%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4386130.5000.850.6695.3473.7419.41
Hex2B56D32055425f4a13
Octal531261562012510213711223
Binary101011101011011011100100101010110000101011111100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B560D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,86,13); }

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

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

 a { background-color: rgb(43,86,13); }

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

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

 span { border-color: rgb(43,86,13); }

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