#0B2F03

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

Shades of Myrtle #0B2F03

Tints of Myrtle #0B2F03

Color information

#0B2F03 (or 0x0B2F03) is unknown color: approx Myrtle. HEX triplet: 0B, 2F and 03. RGB value is (11,47,3). Sum of RGB (Red+Green+Blue) = 11+47+3=61 (8% of max value = 765). Red value is 11 (4.69% from 255 or 18.03% from 61); Green value is 47 (18.75% from 255 or 77.05% from 61); Blue value is 3 (1.56% from 255 or 4.92% from 61); Max value from RGB is 47 - color contains mainly: green. Hex color #0B2F03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B2F03 is #F4D0FC. Grayscale: #1F1F1F. Windows color (decimal): -16044285 or 208651. OLE color: 208651.

HSL color Cylindrical-coordinate representation of color #0B2F03: hue angle of 109.09º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B2F03 is Cyan = 0.77, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.82.

Color convert

RGB11473-
CMYK0.7700.940.82
HSL109.09º88%9.8%-
HSV(B)109.09º93.62%18.43%-
XYZ1.172.110.43-
YUV31.22112.07113.58-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 18.03%
GREEN value IS 47 (18.75% from 255) = 77.05%
BLUE value IS 3 (1.56% from 255) = 4.92%
R=18.03%
G=77.05%
B=4.92%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal114730.7700.940.82109.09889.8
HexB2F34D05E526d58a
Octal13573115013612215513012
Binary1011101111111001101010111101010010110110110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,47,3); }

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

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

 a { background-color: rgb(11,47,3); }

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

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

 span { border-color: rgb(11,47,3); }

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