#142F10

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

Shades of Myrtle #142F10

Tints of Myrtle #142F10

Color information

#142F10 (or 0x142F10) is unknown color: approx Myrtle. HEX triplet: 14, 2F and 10. RGB value is (20,47,16). Sum of RGB (Red+Green+Blue) = 20+47+16=83 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.10% from 83); Green value is 47 (18.75% from 255 or 56.63% from 83); Blue value is 16 (6.64% from 255 or 19.28% from 83); Max value from RGB is 47 - color contains mainly: green. Hex color #142F10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142F10 is #EBD0EF. Grayscale: #232323. Windows color (decimal): -15454448 or 1060628. OLE color: 1060628.

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

Color convert

RGB204716-
CMYK0.5700.660.82
HSL112.26º49.21%12.35%-
HSV(B)112.26º65.96%18.43%-
XYZ1.42.220.84-
YUV35.39117.05117.02-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 24.10%
GREEN value IS 47 (18.75% from 255) = 56.63%
BLUE value IS 16 (6.64% from 255) = 19.28%
R=24.10%
G=56.63%
B=19.28%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2047160.5700.660.82112.2649.2112.35
Hex142F1039042527031c
Octal2457207101021221606114
Binary101001011111000011100101000010101001011100001100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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