#142D12

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

Shades of Myrtle #142D12

Tints of Myrtle #142D12

Color information

#142D12 (or 0x142D12) is unknown color: approx Myrtle. HEX triplet: 14, 2D and 12. RGB value is (20,45,18). Sum of RGB (Red+Green+Blue) = 20+45+18=83 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.10% from 83); Green value is 45 (17.97% from 255 or 54.22% from 83); Blue value is 18 (7.42% from 255 or 21.69% from 83); Max value from RGB is 45 - color contains mainly: green. Hex color #142D12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142D12 is #EBD2ED. Grayscale: #222222. Windows color (decimal): -15454958 or 1191188. OLE color: 1191188.

HSL color Cylindrical-coordinate representation of color #142D12: hue angle of 115.56º degrees, saturation: 0.43, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #142D12 is Cyan = 0.56, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.82.

Color convert

RGB204518-
CMYK0.5600.60.82
HSL115.56º42.86%12.35%-
HSV(B)115.56º60%17.65%-
XYZ1.342.070.9-
YUV34.45118.72117.7-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 24.10%
GREEN value IS 45 (17.97% from 255) = 54.22%
BLUE value IS 18 (7.42% from 255) = 21.69%
R=24.10%
G=54.22%
B=21.69%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2045180.5600.60.82115.5642.8612.35
Hex142D123803C52742bc
Octal245522700741221645314
Binary10100101101100101110000111100101001011101001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,45,18); }

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

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

 a { background-color: rgb(20,45,18); }

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

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

 span { border-color: rgb(20,45,18); }

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