Html Css Color HEX #0D2909 Myrtle

📋 copy color: '#0D2909'

red 13 ◦ green 41 ◦ blue 9

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

Shades of Myrtle #0D2909

Tints of Myrtle #0D2909

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 14.29%

R = 20.63%
G = 65.08%
B = 14.29%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.78

 K value IS 0.84

RGB Variations

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

Color information

#0D2909 (or 0x0D2909) is known color: Myrtle. HEX triplet: 0D, 29 and 09. RGB value is (13,41,9). Sum of RGB (Red+Green+Blue) = 13+41+9=63 (8% of max value = 765). Red value is 13 (5.47% from 255 or 20.63% from 63); Green value is 41 (16.41% from 255 or 65.08% from 63); Blue value is 9 (3.91% from 255 or 14.29% from 63); Max value from RGB is 41 - color contains mainly: green. Hex color #0D2909 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2909 is #F2D6F6. Grayscale: #1D1D1D. Windows color (decimal): -15914743 or 600333. OLE color: 600333.

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

Color convert

RGB 13 41 9 -
CMYK 0.68 0 0.78 0.84
HSL 112.5º 0.64% 0.1% -
HSV(B) 112.5º 0.78% 0.16% -
XYZ 1.01 1.69 0.53 -
YUV 28.98 116.72 116.6 -
System Red Green Blue C M Y K H S L
Decimal 13 41 9 0.68 0 0.78 0.84 112.5 0.64 0.1
Hex D 29 9 44 0 4E 54 70 40 A
Octal 15 51 11 104 0 116 124 160 100 12
Binary 1101 101001 1001 1000100 0 1001110 1010100 1110000 1000000 1010

Color Harmonies of #0D2909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D2909

Black with #0D2909

Text Example


Text Example

White with #0D2909

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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