Html Css Color HEX #141D12 Myrtle

📋 copy color: '#141D12'

red 20 ◦ green 29 ◦ blue 18

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

Shades of Myrtle #141D12

Tints of Myrtle #141D12

RGB

 RED value IS 20 (8.2% from 255) = 29.85%

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

 BLUE value IS 18 (7.42% from 255) = 26.87%

R = 29.85%
G = 43.28%
B = 26.87%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.38

 K value IS 0.89

RGB Variations

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

Color information

#141D12 (or 0x141D12) is known color: Myrtle. HEX triplet: 14, 1D and 12. RGB value is (20,29,18). Sum of RGB (Red+Green+Blue) = 20+29+18=67 (8% of max value = 765). Red value is 20 (8.20% from 255 or 29.85% from 67); Green value is 29 (11.72% from 255 or 43.28% from 67); Blue value is 18 (7.42% from 255 or 26.87% from 67); Max value from RGB is 29 - color contains mainly: green. Hex color #141D12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141D12 is #EBE2ED. Grayscale: #191919. Windows color (decimal): -15459054 or 1187092. OLE color: 1187092.

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

Color convert

RGB 20 29 18 -
CMYK 0.31 0 0.38 0.89
HSL 109.09º 0.23% 0.09% -
HSV(B) 109.09º 0.38% 0.11% -
XYZ 0.84 1.07 0.73 -
YUV 25.06 124.02 124.39 -
System Red Green Blue C M Y K H S L
Decimal 20 29 18 0.31 0 0.38 0.89 109.09 0.23 0.09
Hex 14 1D 12 1F 0 26 59 6D 17 9
Octal 24 35 22 37 0 46 131 155 27 11
Binary 10100 11101 10010 11111 0 100110 1011001 1101101 10111 1001

Color Harmonies of #141D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141D12

Black with #141D12

Text Example


Text Example

White with #141D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141D12; }

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

 H1.HeaderClassName
 {
   color: #141D12;
 }
 .AnyTagClassName
 {
   color: #141D12;
 }
</style>

background-color css

<style>
 a { background-color: #141D12; }

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

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

border-color css

<style>
 span { border-color: #141D12; }

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

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