#014902

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

Shades of Myrtle #014902

Tints of Myrtle #014902

Color information

#014902 (or 0x014902) is unknown color: approx Myrtle. HEX triplet: 01, 49 and 02. RGB value is (1,73,2). Sum of RGB (Red+Green+Blue) = 1+73+2=76 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.32% from 76); Green value is 73 (28.91% from 255 or 96.05% from 76); Blue value is 2 (1.17% from 255 or 2.63% from 76); Max value from RGB is 73 - color contains mainly: green. Hex color #014902 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014902 is #FEB6FD. Grayscale: #2B2B2B. Windows color (decimal): -16692990 or 149761. OLE color: 149761.

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

Color convert

RGB1732-
CMYK0.9900.970.71
HSL120.83º97.3%14.51%-
HSV(B)120.83º98.63%28.63%-
XYZ2.414.780.85-
YUV43.38104.6597.77-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.32%
GREEN value IS 73 (28.91% from 255) = 96.05%
BLUE value IS 2 (1.17% from 255) = 2.63%
R=1.32%
G=96.05%
B=2.63%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal17320.9900.970.71120.8397.314.51
Hex149263061477961f
Octal11112143014110717114117
Binary11001001101100011011000011000111111100111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014902; }

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

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

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

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

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

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

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

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