#142F0F

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

Shades of Myrtle #142F0F

Tints of Myrtle #142F0F

Color information

#142F0F (or 0x142F0F) is unknown color: approx Myrtle. HEX triplet: 14, 2F and 0F. RGB value is (20,47,15). Sum of RGB (Red+Green+Blue) = 20+47+15=82 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.39% from 82); Green value is 47 (18.75% from 255 or 57.32% from 82); Blue value is 15 (6.25% from 255 or 18.29% from 82); Max value from RGB is 47 - color contains mainly: green. Hex color #142F0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142F0F is #EBD0F0. Grayscale: #232323. Windows color (decimal): -15454449 or 995092. OLE color: 995092.

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

Color convert

RGB204715-
CMYK0.5700.680.82
HSL110.62º51.61%12.16%-
HSV(B)110.62º68.09%18.43%-
XYZ1.392.220.81-
YUV35.28116.55117.1-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 24.39%
GREEN value IS 47 (18.75% from 255) = 57.32%
BLUE value IS 15 (6.25% from 255) = 18.29%
R=24.39%
G=57.32%
B=18.29%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2047150.5700.680.82110.6251.6112.16
Hex142FF39044526f34c
Octal2457177101041221576414
Binary10100101111111111100101000100101001011011111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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