Html Css Color HEX #142E15 Myrtle

📋 copy color: '#142E15'

red 20 ◦ green 46 ◦ blue 21

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

Shades of Myrtle #142E15

Tints of Myrtle #142E15

RGB

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

 GREEN value IS 46 (18.36% from 255) = 52.87%

 BLUE value IS 21 (8.59% from 255) = 24.14%

R = 22.99%
G = 52.87%
B = 24.14%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.54

 K value IS 0.82

RGB Variations

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

Color information

#142E15 (or 0x142E15) is known color: Myrtle. HEX triplet: 14, 2E and 15. RGB value is (20,46,21). Sum of RGB (Red+Green+Blue) = 20+46+21=87 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.99% from 87); Green value is 46 (18.36% from 255 or 52.87% from 87); Blue value is 21 (8.59% from 255 or 24.14% from 87); Max value from RGB is 46 - color contains mainly: green. Hex color #142E15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142E15 is #EBD1EA. Grayscale: #232323. Windows color (decimal): -15454699 or 1388052. OLE color: 1388052.

HSL color Cylindrical-coordinate representation of color #142E15: hue angle of 122.31º degrees, saturation: 0.39, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #142E15 is Cyan = 0.57, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.82.

Color convert

RGB 20 46 21 -
CMYK 0.57 0 0.54 0.82
HSL 122.31º 0.39% 0.13% -
HSV(B) 122.31º 0.57% 0.18% -
XYZ 1.4 2.16 1.05 -
YUV 35.38 119.89 117.03 -
System Red Green Blue C M Y K H S L
Decimal 20 46 21 0.57 0 0.54 0.82 122.31 0.39 0.13
Hex 14 2E 15 39 0 36 52 7A 27 D
Octal 24 56 25 71 0 66 122 172 47 15
Binary 10100 101110 10101 111001 0 110110 1010010 1111010 100111 1101

Color Harmonies of #142E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142E15

Black with #142E15

Text Example


Text Example

White with #142E15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,46,21); }

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

background-color css

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

 a { background-color: rgb(20,46,21); }

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

border-color css

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

 span { border-color: rgb(20,46,21); }

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