Html Css Color HEX #0D290C Myrtle

📋 copy color: '#0D290C'

red 13 ◦ green 41 ◦ blue 12

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

Shades of Myrtle #0D290C

Tints of Myrtle #0D290C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 62.12%

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

R = 19.7%
G = 62.12%
B = 18.18%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.71

 K value IS 0.84

RGB Variations

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

Color information

#0D290C (or 0x0D290C) is known color: Myrtle. HEX triplet: 0D, 29 and 0C. RGB value is (13,41,12). Sum of RGB (Red+Green+Blue) = 13+41+12=66 (8% of max value = 765). Red value is 13 (5.47% from 255 or 19.70% from 66); Green value is 41 (16.41% from 255 or 62.12% from 66); Blue value is 12 (5.08% from 255 or 18.18% from 66); Max value from RGB is 41 - color contains mainly: green. Hex color #0D290C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D290C is #F2D6F3. Grayscale: #1D1D1D. Windows color (decimal): -15914740 or 796941. OLE color: 796941.

HSL color Cylindrical-coordinate representation of color #0D290C: hue angle of 117.93º degrees, saturation: 0.55, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0D290C is Cyan = 0.68, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.84.

Color convert

RGB 13 41 12 -
CMYK 0.68 0 0.71 0.84
HSL 117.93º 0.55% 0.1% -
HSV(B) 117.93º 0.71% 0.16% -
XYZ 1.03 1.7 0.62 -
YUV 29.32 118.22 116.36 -
System Red Green Blue C M Y K H S L
Decimal 13 41 12 0.68 0 0.71 0.84 117.93 0.55 0.1
Hex D 29 C 44 0 47 54 76 37 A
Octal 15 51 14 104 0 107 124 166 67 12
Binary 1101 101001 1100 1000100 0 1000111 1010100 1110110 110111 1010

Color Harmonies of #0D290C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D290C

Black with #0D290C

Text Example


Text Example

White with #0D290C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,41,12); }

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

background-color css

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

 a { background-color: rgb(13,41,12); }

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

border-color css

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

 span { border-color: rgb(13,41,12); }

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