#142A0F

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

Shades of Myrtle #142A0F

Tints of Myrtle #142A0F

Color information

#142A0F (or 0x142A0F) is unknown color: approx Myrtle. HEX triplet: 14, 2A and 0F. RGB value is (20,42,15). Sum of RGB (Red+Green+Blue) = 20+42+15=77 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.97% from 77); Green value is 42 (16.80% from 255 or 54.55% from 77); Blue value is 15 (6.25% from 255 or 19.48% from 77); Max value from RGB is 42 - color contains mainly: green. Hex color #142A0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142A0F is #EBD5F0. Grayscale: #202020. Windows color (decimal): -15455729 or 993812. OLE color: 993812.

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

Color convert

RGB204215-
CMYK0.5200.640.84
HSL108.89º47.37%11.18%-
HSV(B)108.89º64.29%16.47%-
XYZ1.21.840.74-
YUV32.34118.21119.2-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 25.97%
GREEN value IS 42 (16.80% from 255) = 54.55%
BLUE value IS 15 (6.25% from 255) = 19.48%
R=25.97%
G=54.55%
B=19.48%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2042150.5200.640.84108.8947.3711.18
Hex142AF34040546d2fb
Octal2452176401001241555713
Binary10100101010111111010001000000101010011011011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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