Html Css Color HEX #121F11 Myrtle

📋 copy color: '#121F11'

red 18 ◦ green 31 ◦ blue 17

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

Shades of Myrtle #121F11

Tints of Myrtle #121F11

RGB

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

 GREEN value IS 31 (12.5% from 255) = 46.97%

 BLUE value IS 17 (7.03% from 255) = 25.76%

R = 27.27%
G = 46.97%
B = 25.76%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.45

 K value IS 0.88

RGB Variations

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

Color information

#121F11 (or 0x121F11) is known color: Myrtle. HEX triplet: 12, 1F and 11. RGB value is (18,31,17). Sum of RGB (Red+Green+Blue) = 18+31+17=66 (8% of max value = 765). Red value is 18 (7.42% from 255 or 27.27% from 66); Green value is 31 (12.5% from 255 or 46.97% from 66); Blue value is 17 (7.03% from 255 or 25.76% from 66); Max value from RGB is 31 - color contains mainly: green. Hex color #121F11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121F11 is #EDE0EE. Grayscale: #191919. Windows color (decimal): -15589615 or 1122066. OLE color: 1122066.

HSL color Cylindrical-coordinate representation of color #121F11: hue angle of 115.71º degrees, saturation: 0.29, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #121F11 is Cyan = 0.42, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.88.

Color convert

RGB 18 31 17 -
CMYK 0.42 0 0.45 0.88
HSL 115.71º 0.29% 0.09% -
HSV(B) 115.71º 0.45% 0.12% -
XYZ 0.84 1.15 0.71 -
YUV 25.52 123.19 122.64 -
System Red Green Blue C M Y K H S L
Decimal 18 31 17 0.42 0 0.45 0.88 115.71 0.29 0.09
Hex 12 1F 11 2A 0 2D 58 74 1D 9
Octal 22 37 21 52 0 55 130 164 35 11
Binary 10010 11111 10001 101010 0 101101 1011000 1110100 11101 1001

Color Harmonies of #121F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121F11

Black with #121F11

Text Example


Text Example

White with #121F11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,31,17); }

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

background-color css

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

 a { background-color: rgb(18,31,17); }

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

border-color css

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

 span { border-color: rgb(18,31,17); }

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