#0A1D08

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

Shades of Myrtle #0A1D08

Tints of Myrtle #0A1D08

Color information

#0A1D08 (or 0x0A1D08) is unknown color: approx Myrtle. HEX triplet: 0A, 1D and 08. RGB value is (10,29,8). Sum of RGB (Red+Green+Blue) = 10+29+8=47 (6% of max value = 765). Red value is 10 (4.30% from 255 or 21.28% from 47); Green value is 29 (11.72% from 255 or 61.70% from 47); Blue value is 8 (3.52% from 255 or 17.02% from 47); Max value from RGB is 29 - color contains mainly: green. Hex color #0A1D08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A1D08 is #F5E2F7. Grayscale: #141414. Windows color (decimal): -16114424 or 531722. OLE color: 531722.

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

Color convert

RGB10298-
CMYK0.6600.720.89
HSL114.29º56.76%7.25%-
HSV(B)114.29º72.41%11.37%-
XYZ0.610.960.38-
YUV20.92120.71120.21-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 21.28%
GREEN value IS 29 (11.72% from 255) = 61.70%
BLUE value IS 8 (3.52% from 255) = 17.02%
R=21.28%
G=61.70%
B=17.02%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal102980.6600.720.89114.2956.767.25
HexA1D8420485972397
Octal1235101020110131162717
Binary101011101100010000100100100010110011110010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1D08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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