#142B0D

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

Shades of Myrtle #142B0D

Tints of Myrtle #142B0D

Color information

#142B0D (or 0x142B0D) is unknown color: approx Myrtle. HEX triplet: 14, 2B and 0D. RGB value is (20,43,13). Sum of RGB (Red+Green+Blue) = 20+43+13=76 (10% of max value = 765). Red value is 20 (8.20% from 255 or 26.32% from 76); Green value is 43 (17.19% from 255 or 56.58% from 76); Blue value is 13 (5.47% from 255 or 17.11% from 76); Max value from RGB is 43 - color contains mainly: green. Hex color #142B0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142B0D is #EBD4F2. Grayscale: #202020. Windows color (decimal): -15455475 or 862996. OLE color: 862996.

HSL color Cylindrical-coordinate representation of color #142B0D: hue angle of 106º degrees, saturation: 0.54, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #142B0D is Cyan = 0.53, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.83.

Color convert

RGB204313-
CMYK0.5300.700.83
HSL106º53.57%10.98%-
HSV(B)106º69.77%16.86%-
XYZ1.231.910.68-
YUV32.7116.88118.94-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 26.32%
GREEN value IS 43 (17.19% from 255) = 56.58%
BLUE value IS 13 (5.47% from 255) = 17.11%
R=26.32%
G=56.58%
B=17.11%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2043130.5300.700.8310653.5710.98
Hex142BD35046536a36b
Octal2453156501061231526613
Binary10100101011110111010101000110101001111010101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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