#014702

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

Shades of Myrtle #014702

Tints of Myrtle #014702

Color information

#014702 (or 0x014702) is unknown color: approx Myrtle. HEX triplet: 01, 47 and 02. RGB value is (1,71,2). Sum of RGB (Red+Green+Blue) = 1+71+2=74 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.35% from 74); Green value is 71 (28.12% from 255 or 95.95% from 74); Blue value is 2 (1.17% from 255 or 2.70% from 74); Max value from RGB is 71 - color contains mainly: green. Hex color #014702 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014702 is #FEB8FD. Grayscale: #2A2A2A. Windows color (decimal): -16693502 or 149249. OLE color: 149249.

HSL color Cylindrical-coordinate representation of color #014702: hue angle of 120.86º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014702 is Cyan = 0.99, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.72.

Color convert

RGB1712-
CMYK0.9900.970.72
HSL120.86º97.22%14.12%-
HSV(B)120.86º98.59%27.84%-
XYZ2.284.520.81-
YUV42.2105.3198.61-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.35%
GREEN value IS 71 (28.12% from 255) = 95.95%
BLUE value IS 2 (1.17% from 255) = 2.70%
R=1.35%
G=95.95%
B=2.70%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal17120.9900.970.72120.8697.2214.12
Hex147263061487961e
Octal11072143014111017114116
Binary11000111101100011011000011001000111100111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014702; }

 p { color: rgb(1,71,2); }

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

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

 a { background-color: rgb(1,71,2); }

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

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

 span { border-color: rgb(1,71,2); }

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