Html Css Color HEX #121D0F Myrtle

📋 copy color: '#121D0F'

red 18 ◦ green 29 ◦ blue 15

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

Shades of Myrtle #121D0F

Tints of Myrtle #121D0F

RGB

 RED value IS 18 (7.42% from 255) = 29.03%

 GREEN value IS 29 (11.72% from 255) = 46.77%

 BLUE value IS 15 (6.25% from 255) = 24.19%

R = 29.03%
G = 46.77%
B = 24.19%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.48

 K value IS 0.89

RGB Variations

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

Color information

#121D0F (or 0x121D0F) is known color: Myrtle. HEX triplet: 12, 1D and 0F. RGB value is (18,29,15). Sum of RGB (Red+Green+Blue) = 18+29+15=62 (8% of max value = 765). Red value is 18 (7.42% from 255 or 29.03% from 62); Green value is 29 (11.72% from 255 or 46.77% from 62); Blue value is 15 (6.25% from 255 or 24.19% from 62); Max value from RGB is 29 - color contains mainly: green. Hex color #121D0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121D0F is #EDE2F0. Grayscale: #181818. Windows color (decimal): -15590129 or 990482. OLE color: 990482.

HSL color Cylindrical-coordinate representation of color #121D0F: hue angle of 107.14º degrees, saturation: 0.32, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #121D0F is Cyan = 0.38, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.89.

Color convert

RGB 18 29 15 -
CMYK 0.38 0 0.48 0.89
HSL 107.14º 0.32% 0.09% -
HSV(B) 107.14º 0.48% 0.11% -
XYZ 0.78 1.04 0.61 -
YUV 24.12 122.86 123.64 -
System Red Green Blue C M Y K H S L
Decimal 18 29 15 0.38 0 0.48 0.89 107.14 0.32 0.09
Hex 12 1D F 26 0 30 59 6B 20 9
Octal 22 35 17 46 0 60 131 153 40 11
Binary 10010 11101 1111 100110 0 110000 1011001 1101011 100000 1001

Color Harmonies of #121D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121D0F

Black with #121D0F

Text Example


Text Example

White with #121D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121D0F; }

 p { color: rgb(18,29,15); }

 H1.HeaderClassName
 {
   color: #121D0F;
 }
 .AnyTagClassName
 {
   color: #121D0F;
 }
</style>

background-color css

<style>
 a { background-color: #121D0F; }

 a { background-color: rgb(18,29,15); }

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

border-color css

<style>
 span { border-color: #121D0F; }

 span { border-color: rgb(18,29,15); }

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