#0A2C01

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

Shades of Myrtle #0A2C01

Tints of Myrtle #0A2C01

Color information

#0A2C01 (or 0x0A2C01) is unknown color: approx Myrtle. HEX triplet: 0A, 2C and 01. RGB value is (10,44,1). Sum of RGB (Red+Green+Blue) = 10+44+1=55 (7% of max value = 765). Red value is 10 (4.30% from 255 or 18.18% from 55); Green value is 44 (17.58% from 255 or 80% from 55); Blue value is 1 (0.78% from 255 or 1.82% from 55); Max value from RGB is 44 - color contains mainly: green. Hex color #0A2C01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A2C01 is #F5D3FE. Grayscale: #1D1D1D. Windows color (decimal): -16110591 or 76810. OLE color: 76810.

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

Color convert

RGB10441-
CMYK0.7700.980.83
HSL107.44º95.56%8.82%-
HSV(B)107.44º97.73%17.25%-
XYZ1.031.870.33-
YUV28.93112.24114.5-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 18.18%
GREEN value IS 44 (17.58% from 255) = 80%
BLUE value IS 1 (0.78% from 255) = 1.82%
R=18.18%
G=80%
B=1.82%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal104410.7700.980.83107.4495.568.82
HexA2C14D062536b609
Octal12541115014212315314011
Binary101010110011001101011000101010011110101111000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,44,1); }

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

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

 a { background-color: rgb(10,44,1); }

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

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

 span { border-color: rgb(10,44,1); }

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