Html Css Color HEX #121E11 Myrtle

📋 copy color: '#121E11'

red 18 ◦ green 30 ◦ blue 17

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

Shades of Myrtle #121E11

Tints of Myrtle #121E11

RGB

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

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

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

R = 27.69%
G = 46.15%
B = 26.15%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.43

 K value IS 0.88

RGB Variations

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

Color information

#121E11 (or 0x121E11) is known color: Myrtle. HEX triplet: 12, 1E and 11. RGB value is (18,30,17). Sum of RGB (Red+Green+Blue) = 18+30+17=65 (8% of max value = 765). Red value is 18 (7.42% from 255 or 27.69% from 65); Green value is 30 (12.11% from 255 or 46.15% from 65); Blue value is 17 (7.03% from 255 or 26.15% from 65); Max value from RGB is 30 - color contains mainly: green. Hex color #121E11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121E11 is #EDE1EE. Grayscale: #181818. Windows color (decimal): -15589871 or 1121810. OLE color: 1121810.

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

Color convert

RGB 18 30 17 -
CMYK 0.40 0 0.43 0.88
HSL 115.38º 0.28% 0.09% -
HSV(B) 115.38º 0.43% 0.12% -
XYZ 0.81 1.1 0.7 -
YUV 24.93 123.52 123.06 -
System Red Green Blue C M Y K H S L
Decimal 18 30 17 0.40 0 0.43 0.88 115.38 0.28 0.09
Hex 12 1E 11 28 0 2B 58 73 1C 9
Octal 22 36 21 50 0 53 130 163 34 11
Binary 10010 11110 10001 101000 0 101011 1011000 1110011 11100 1001

Color Harmonies of #121E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121E11

Black with #121E11

Text Example


Text Example

White with #121E11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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