Html Css Color HEX #0A300C Myrtle

📋 copy color: '#0A300C'

red 10 ◦ green 48 ◦ blue 12

#0A300C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Myrtle #0A300C

Tints of Myrtle #0A300C

RGB

 RED value IS 10 (4.3% from 255) = 14.29%

 GREEN value IS 48 (19.14% from 255) = 68.57%

 BLUE value IS 12 (5.08% from 255) = 17.14%

R = 14.29%
G = 68.57%
B = 17.14%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.75

 K value IS 0.81

RGB Variations

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

Color information

#0A300C (or 0x0A300C) is known color: Myrtle. HEX triplet: 0A, 30 and 0C. RGB value is (10,48,12). Sum of RGB (Red+Green+Blue) = 10+48+12=70 (9% of max value = 765). Red value is 10 (4.30% from 255 or 14.29% from 70); Green value is 48 (19.14% from 255 or 68.57% from 70); Blue value is 12 (5.08% from 255 or 17.14% from 70); Max value from RGB is 48 - color contains mainly: green. Hex color #0A300C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A300C is #F5CFF3. Grayscale: #202020. Windows color (decimal): -16109556 or 798730. OLE color: 798730.

HSL color Cylindrical-coordinate representation of color #0A300C: hue angle of 123.16º 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 #0A300C is Cyan = 0.79, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.81.

Color convert

RGB 10 48 12 -
CMYK 0.79 0 0.75 0.81
HSL 123.16º 0.66% 0.11% -
HSV(B) 123.16º 0.79% 0.19% -
XYZ 1.25 2.2 0.71 -
YUV 32.53 116.41 111.93 -
System Red Green Blue C M Y K H S L
Decimal 10 48 12 0.79 0 0.75 0.81 123.16 0.66 0.11
Hex A 30 C 4F 0 4B 51 7B 42 B
Octal 12 60 14 117 0 113 121 173 102 13
Binary 1010 110000 1100 1001111 0 1001011 1010001 1111011 1000010 1011

Color Harmonies of #0A300C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A300C

Black with #0A300C

Text Example


Text Example

White with #0A300C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0A300C;
 }
 .AnyTagClassName
 {
   color: #0A300C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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