#014F02

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

Shades of Myrtle #014F02

Tints of Myrtle #014F02

Color information

#014F02 (or 0x014F02) is unknown color: approx Myrtle. HEX triplet: 01, 4F and 02. RGB value is (1,79,2). Sum of RGB (Red+Green+Blue) = 1+79+2=82 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.22% from 82); Green value is 79 (31.25% from 255 or 96.34% from 82); Blue value is 2 (1.17% from 255 or 2.44% from 82); Max value from RGB is 79 - color contains mainly: green. Hex color #014F02 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #014F02 is #FEB0FD. Grayscale: #2F2F2F. Windows color (decimal): -16691454 or 151297. OLE color: 151297.

HSL color Cylindrical-coordinate representation of color #014F02: hue angle of 120.77º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014F02 is Cyan = 0.99, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.69.

Color convert

RGB1792-
CMYK0.9900.970.69
HSL120.77º97.5%15.69%-
HSV(B)120.77º98.73%30.98%-
XYZ2.825.60.99-
YUV46.9102.6695.26-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.22%
GREEN value IS 79 (31.25% from 255) = 96.34%
BLUE value IS 2 (1.17% from 255) = 2.44%
R=1.22%
G=96.34%
B=2.44%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal17920.9900.970.69120.7797.515.69
Hex14F26306145796210
Octal11172143014110517114220
Binary110011111011000110110000110001011111001110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014F02; }

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

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

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

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

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

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

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

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