#142A10

Color #142A10 Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #142A10

Tints of Myrtle #142A10

Color information

#142A10 (or 0x142A10) is unknown color: approx Myrtle. HEX triplet: 14, 2A and 10. RGB value is (20,42,16). Sum of RGB (Red+Green+Blue) = 20+42+16=78 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.64% from 78); Green value is 42 (16.80% from 255 or 53.85% from 78); Blue value is 16 (6.64% from 255 or 20.51% from 78); Max value from RGB is 42 - color contains mainly: green. Hex color #142A10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142A10 is #EBD5EF. Grayscale: #202020. Windows color (decimal): -15455728 or 1059348. OLE color: 1059348.

HSL color Cylindrical-coordinate representation of color #142A10: hue angle of 110.77º degrees, saturation: 0.45, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #142A10 is Cyan = 0.52, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.84.

Color convert

RGB204216-
CMYK0.5200.620.84
HSL110.77º44.83%11.37%-
HSV(B)110.77º61.9%16.47%-
XYZ1.211.840.78-
YUV32.46118.71119.11-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 25.64%
GREEN value IS 42 (16.80% from 255) = 53.85%
BLUE value IS 16 (6.64% from 255) = 20.51%
R=25.64%
G=53.85%
B=20.51%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2042160.5200.620.84110.7744.8311.37
Hex142A103403E546f2db
Octal245220640761241575513
Binary10100101010100001101000111110101010011011111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,42,16); }

 H1.HeaderClassName
 {
   color: #142A10;
 }
 .AnyTagClassName
 {
   color: #142A10;
 }
</style>
background-color css

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

 a { background-color: rgb(20,42,16); }

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

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

 span { border-color: rgb(20,42,16); }

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