Html Css Color HEX #142B15 Myrtle

📋 copy color: '#142B15'

red 20 ◦ green 43 ◦ blue 21

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

Shades of Myrtle #142B15

Tints of Myrtle #142B15

RGB

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

 GREEN value IS 43 (17.19% from 255) = 51.19%

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

R = 23.81%
G = 51.19%
B = 25%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.51

 K value IS 0.83

RGB Variations

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

Color information

#142B15 (or 0x142B15) is known color: Myrtle. HEX triplet: 14, 2B and 15. RGB value is (20,43,21). Sum of RGB (Red+Green+Blue) = 20+43+21=84 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.81% from 84); Green value is 43 (17.19% from 255 or 51.19% from 84); Blue value is 21 (8.59% from 255 or 25% from 84); Max value from RGB is 43 - color contains mainly: green. Hex color #142B15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142B15 is #EBD4EA. Grayscale: #212121. Windows color (decimal): -15455467 or 1387284. OLE color: 1387284.

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

Color convert

RGB 20 43 21 -
CMYK 0.53 0 0.51 0.83
HSL 122.61º 0.37% 0.12% -
HSV(B) 122.61º 0.53% 0.17% -
XYZ 1.29 1.93 1.01 -
YUV 33.62 120.88 118.29 -
System Red Green Blue C M Y K H S L
Decimal 20 43 21 0.53 0 0.51 0.83 122.61 0.37 0.12
Hex 14 2B 15 35 0 33 53 7B 25 C
Octal 24 53 25 65 0 63 123 173 45 14
Binary 10100 101011 10101 110101 0 110011 1010011 1111011 100101 1100

Color Harmonies of #142B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142B15

Black with #142B15

Text Example


Text Example

White with #142B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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