#0A300A

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

Shades of Myrtle #0A300A

Tints of Myrtle #0A300A

Color information

#0A300A (or 0x0A300A) is unknown color: approx Myrtle. HEX triplet: 0A, 30 and 0A. RGB value is (10,48,10). Sum of RGB (Red+Green+Blue) = 10+48+10=68 (9% of max value = 765). Red value is 10 (4.30% from 255 or 14.71% from 68); Green value is 48 (19.14% from 255 or 70.59% from 68); Blue value is 10 (4.30% from 255 or 14.71% from 68); Max value from RGB is 48 - color contains mainly: green. Hex color #0A300A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A300A is #F5CFF5. Grayscale: #202020. Windows color (decimal): -16109558 or 667658. OLE color: 667658.

HSL color Cylindrical-coordinate representation of color #0A300A: hue angle of 120º degrees, saturation: 0.66, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0A300A is Cyan = 0.79, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.81.

Color convert

RGB104810-
CMYK0.7900.790.81
HSL120º65.52%11.37%-
HSV(B)120º79.17%18.82%-
XYZ1.242.20.65-
YUV32.31115.41112.09-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 14.71%
GREEN value IS 48 (19.14% from 255) = 70.59%
BLUE value IS 10 (4.30% from 255) = 14.71%
R=14.71%
G=70.59%
B=14.71%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1048100.7900.790.8112065.5211.37
HexA30A4F04F517842b
Octal126012117011712117010213
Binary101011000010101001111010011111010001111100010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A300A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,48,10); }

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

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

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

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

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

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

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