Html Css Color HEX #0D1E0A Myrtle

📋 copy color: '#0D1E0A'

red 13 ◦ green 30 ◦ blue 10

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

Shades of Myrtle #0D1E0A

Tints of Myrtle #0D1E0A

RGB

 RED value IS 13 (5.47% from 255) = 24.53%

 GREEN value IS 30 (12.11% from 255) = 56.6%

 BLUE value IS 10 (4.3% from 255) = 18.87%

R = 24.53%
G = 56.6%
B = 18.87%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.67

 K value IS 0.88

RGB Variations

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

Color information

#0D1E0A (or 0x0D1E0A) is known color: Myrtle. HEX triplet: 0D, 1E and 0A. RGB value is (13,30,10). Sum of RGB (Red+Green+Blue) = 13+30+10=53 (7% of max value = 765). Red value is 13 (5.47% from 255 or 24.53% from 53); Green value is 30 (12.11% from 255 or 56.60% from 53); Blue value is 10 (4.30% from 255 or 18.87% from 53); Max value from RGB is 30 - color contains mainly: green. Hex color #0D1E0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D1E0A is #F2E1F5. Grayscale: #161616. Windows color (decimal): -15917558 or 663053. OLE color: 663053.

HSL color Cylindrical-coordinate representation of color #0D1E0A: hue angle of 111º degrees, saturation: 0.5, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0D1E0A is Cyan = 0.57, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.88.

Color convert

RGB 13 30 10 -
CMYK 0.57 0 0.67 0.88
HSL 111º 0.5% 0.08% -
HSV(B) 111º 0.67% 0.12% -
XYZ 0.69 1.04 0.45 -
YUV 22.64 120.87 121.13 -
System Red Green Blue C M Y K H S L
Decimal 13 30 10 0.57 0 0.67 0.88 111 0.5 0.08
Hex D 1E A 39 0 43 58 6F 32 8
Octal 15 36 12 71 0 103 130 157 62 10
Binary 1101 11110 1010 111001 0 1000011 1011000 1101111 110010 1000

Color Harmonies of #0D1E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1E0A

Black with #0D1E0A

Text Example


Text Example

White with #0D1E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,30,10); }

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

background-color css

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

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

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

border-color css

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

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

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