#012F03

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

Shades of Myrtle #012F03

Tints of Myrtle #012F03

Color information

#012F03 (or 0x012F03) is unknown color: approx Myrtle. HEX triplet: 01, 2F and 03. RGB value is (1,47,3). Sum of RGB (Red+Green+Blue) = 1+47+3=51 (6% of max value = 765). Red value is 1 (0.78% from 255 or 1.96% from 51); Green value is 47 (18.75% from 255 or 92.16% from 51); Blue value is 3 (1.56% from 255 or 5.88% from 51); Max value from RGB is 47 - color contains mainly: green. Hex color #012F03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012F03 is #FED0FC. Grayscale: #1C1C1C. Windows color (decimal): -16699645 or 208641. OLE color: 208641.

HSL color Cylindrical-coordinate representation of color #012F03: hue angle of 122.61º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012F03 is Cyan = 0.98, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.82.

Color convert

RGB1473-
CMYK0.9800.940.82
HSL122.61º95.83%9.41%-
HSV(B)122.61º97.87%18.43%-
XYZ1.052.050.43-
YUV28.23113.76108.58-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.96%
GREEN value IS 47 (18.75% from 255) = 92.16%
BLUE value IS 3 (1.56% from 255) = 5.88%
R=1.96%
G=92.16%
B=5.88%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal14730.9800.940.82122.6195.839.41
Hex12F36205E527b609
Octal1573142013612217314011
Binary1101111111100010010111101010010111101111000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012F03; }

 p { color: rgb(1,47,3); }

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

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

 a { background-color: rgb(1,47,3); }

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

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

 span { border-color: rgb(1,47,3); }

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