Html Css Color HEX #142C13 Myrtle

📋 copy color: '#142C13'

red 20 ◦ green 44 ◦ blue 19

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

Shades of Myrtle #142C13

Tints of Myrtle #142C13

RGB

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

 GREEN value IS 44 (17.58% from 255) = 53.01%

 BLUE value IS 19 (7.81% from 255) = 22.89%

R = 24.1%
G = 53.01%
B = 22.89%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.57

 K value IS 0.83

RGB Variations

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

Color information

#142C13 (or 0x142C13) is known color: Myrtle. HEX triplet: 14, 2C and 13. RGB value is (20,44,19). Sum of RGB (Red+Green+Blue) = 20+44+19=83 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.10% from 83); Green value is 44 (17.58% from 255 or 53.01% from 83); Blue value is 19 (7.81% from 255 or 22.89% from 83); Max value from RGB is 44 - color contains mainly: green. Hex color #142C13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142C13 is #EBD3EC. Grayscale: #222222. Windows color (decimal): -15455213 or 1256468. OLE color: 1256468.

HSL color Cylindrical-coordinate representation of color #142C13: hue angle of 117.6º degrees, saturation: 0.4, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #142C13 is Cyan = 0.55, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.83.

Color convert

RGB 20 44 19 -
CMYK 0.55 0 0.57 0.83
HSL 117.6º 0.4% 0.12% -
HSV(B) 117.6º 0.57% 0.17% -
XYZ 1.31 2 0.93 -
YUV 33.97 119.55 118.03 -
System Red Green Blue C M Y K H S L
Decimal 20 44 19 0.55 0 0.57 0.83 117.6 0.4 0.12
Hex 14 2C 13 37 0 39 53 76 28 C
Octal 24 54 23 67 0 71 123 166 50 14
Binary 10100 101100 10011 110111 0 111001 1010011 1110110 101000 1100

Color Harmonies of #142C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142C13

Black with #142C13

Text Example


Text Example

White with #142C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142C13; }

 p { color: rgb(20,44,19); }

 H1.HeaderClassName
 {
   color: #142C13;
 }
 .AnyTagClassName
 {
   color: #142C13;
 }
</style>

background-color css

<style>
 a { background-color: #142C13; }

 a { background-color: rgb(20,44,19); }

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

border-color css

<style>
 span { border-color: #142C13; }

 span { border-color: rgb(20,44,19); }

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