#0B2B0C

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

Shades of Myrtle #0B2B0C

Tints of Myrtle #0B2B0C

Color information

#0B2B0C (or 0x0B2B0C) is unknown color: approx Myrtle. HEX triplet: 0B, 2B and 0C. RGB value is (11,43,12). Sum of RGB (Red+Green+Blue) = 11+43+12=66 (8% of max value = 765). Red value is 11 (4.69% from 255 or 16.67% from 66); Green value is 43 (17.19% from 255 or 65.15% from 66); Blue value is 12 (5.08% from 255 or 18.18% from 66); Max value from RGB is 43 - color contains mainly: green. Hex color #0B2B0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B2B0C is #F4D4F3. Grayscale: #1D1D1D. Windows color (decimal): -16045300 or 797451. OLE color: 797451.

HSL color Cylindrical-coordinate representation of color #0B2B0C: hue angle of 121.88º degrees, saturation: 0.59, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0B2B0C is Cyan = 0.74, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.83.

Color convert

RGB114312-
CMYK0.7400.720.83
HSL121.88º59.26%10.59%-
HSV(B)121.88º74.42%16.86%-
XYZ1.071.830.64-
YUV29.9117.9114.52-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 16.67%
GREEN value IS 43 (17.19% from 255) = 65.15%
BLUE value IS 12 (5.08% from 255) = 18.18%
R=16.67%
G=65.15%
B=18.18%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1143120.7400.720.83121.8859.2610.59
HexB2BC4A048537a3bb
Octal13531411201101231727313
Binary10111010111100100101001001000101001111110101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B2B0C; }

 p { color: rgb(11,43,12); }

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

<style>
 a { background-color: #0B2B0C; }

 a { background-color: rgb(11,43,12); }

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

<style>
 span { border-color: #0B2B0C; }

 span { border-color: rgb(11,43,12); }

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