#0B2C00

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

Shades of Myrtle #0B2C00

Tints of Myrtle #0B2C00

Color information

#0B2C00 (or 0x0B2C00) is unknown color: approx Myrtle. HEX triplet: 0B, 2C and 00. RGB value is (11,44,0). Sum of RGB (Red+Green+Blue) = 11+44+0=55 (7% of max value = 765). Red value is 11 (4.69% from 255 or 20% from 55); Green value is 44 (17.58% from 255 or 80% from 55); Blue value is 0 (0.39% from 255 or 0% from 55); Max value from RGB is 44 - color contains mainly: green. Hex color #0B2C00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B2C00 is #F4D3FF. Grayscale: #1D1D1D. Windows color (decimal): -16045056 or 11275. OLE color: 11275.

HSL color Cylindrical-coordinate representation of color #0B2C00: hue angle of 105º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0B2C00 is Cyan = 0.75, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.83.

Color convert

RGB11440-
CMYK0.75010.83
HSL105º100%8.63%-
HSV(B)105º100%17.25%-
XYZ1.041.870.31-
YUV29.12111.57115.08-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 20%
GREEN value IS 44 (17.58% from 255) = 80%
BLUE value IS 0 (0.39% from 255) = 0%
R=20%
G=80%
B=0%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal114400.75010.831051008.63
HexB2C04B0645369649
Octal13540113014412315114411
Binary101110110001001011011001001010011110100111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,44,0); }

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

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

 a { background-color: rgb(11,44,0); }

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

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

 span { border-color: rgb(11,44,0); }

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