#0A1D02

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

Shades of Myrtle #0A1D02

Tints of Myrtle #0A1D02

Color information

#0A1D02 (or 0x0A1D02) is unknown color: approx Myrtle. HEX triplet: 0A, 1D and 02. RGB value is (10,29,2). Sum of RGB (Red+Green+Blue) = 10+29+2=41 (5% of max value = 765). Red value is 10 (4.30% from 255 or 24.39% from 41); Green value is 29 (11.72% from 255 or 70.73% from 41); Blue value is 2 (1.17% from 255 or 4.88% from 41); Max value from RGB is 29 - color contains mainly: green. Hex color #0A1D02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A1D02 is #F5E2FD. Grayscale: #141414. Windows color (decimal): -16114430 or 138506. OLE color: 138506.

HSL color Cylindrical-coordinate representation of color #0A1D02: hue angle of 102.22º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A1D02 is Cyan = 0.66, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.89.

Color convert

RGB10292-
CMYK0.6600.930.89
HSL102.22º87.1%6.08%-
HSV(B)102.22º93.1%11.37%-
XYZ0.580.950.21-
YUV20.24117.71120.7-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 24.39%
GREEN value IS 29 (11.72% from 255) = 70.73%
BLUE value IS 2 (1.17% from 255) = 4.88%
R=24.39%
G=70.73%
B=4.88%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal102920.6600.930.89102.2287.16.08
HexA1D24205D5966576
Octal1235210201351311461276
Binary10101110110100001001011101101100111001101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,29,2); }

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

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

 a { background-color: rgb(10,29,2); }

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

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

 span { border-color: rgb(10,29,2); }

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