#142F0A

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

Shades of Myrtle #142F0A

Tints of Myrtle #142F0A

Color information

#142F0A (or 0x142F0A) is unknown color: approx Myrtle. HEX triplet: 14, 2F and 0A. RGB value is (20,47,10). Sum of RGB (Red+Green+Blue) = 20+47+10=77 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.97% from 77); Green value is 47 (18.75% from 255 or 61.04% from 77); Blue value is 10 (4.30% from 255 or 12.99% from 77); Max value from RGB is 47 - color contains mainly: green. Hex color #142F0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142F0A is #EBD0F5. Grayscale: #222222. Windows color (decimal): -15454454 or 667412. OLE color: 667412.

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

Color convert

RGB204710-
CMYK0.5700.790.82
HSL103.78º64.91%11.18%-
HSV(B)103.78º78.72%18.43%-
XYZ1.362.20.64-
YUV34.71114.05117.51-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 25.97%
GREEN value IS 47 (18.75% from 255) = 61.04%
BLUE value IS 10 (4.30% from 255) = 12.99%
R=25.97%
G=61.04%
B=12.99%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2047100.5700.790.82103.7864.9111.18
Hex142FA3904F526841b
Octal24571271011712215010113
Binary101001011111010111001010011111010010110100010000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,47,10); }

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

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

 a { background-color: rgb(20,47,10); }

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

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

 span { border-color: rgb(20,47,10); }

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