Html Css Color HEX #014F03 Myrtle

📋 copy color: '#014F03'

red 1 ◦ green 79 ◦ blue 3

#014F03
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Myrtle #014F03

Tints of Myrtle #014F03

RGB

 RED value IS 1 (0.78% from 255) = 1.2%

 GREEN value IS 79 (31.25% from 255) = 95.18%

 BLUE value IS 3 (1.56% from 255) = 3.61%

R = 1.2%
G = 95.18%
B = 3.61%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.96

 K value IS 0.69

RGB Variations

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

Color information

#014F03 (or 0x014F03) is known color: Myrtle. HEX triplet: 01, 4F and 03. RGB value is (1,79,3). Sum of RGB (Red+Green+Blue) = 1+79+3=83 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.20% from 83); Green value is 79 (31.25% from 255 or 95.18% from 83); Blue value is 3 (1.56% from 255 or 3.61% from 83); Max value from RGB is 79 - color contains mainly: green. Hex color #014F03 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #014F03 is #FEB0FC. Grayscale: #2F2F2F. Windows color (decimal): -16691453 or 216833. OLE color: 216833.

HSL color Cylindrical-coordinate representation of color #014F03: hue angle of 121.54º 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 #014F03 is Cyan = 0.99, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.69.

Color convert

RGB 1 79 3 -
CMYK 0.99 0 0.96 0.69
HSL 121.54º 0.98% 0.16% -
HSV(B) 121.54º 0.99% 0.31% -
XYZ 2.82 5.6 1.02 -
YUV 47.01 103.16 95.18 -
System Red Green Blue C M Y K H S L
Decimal 1 79 3 0.99 0 0.96 0.69 121.54 0.98 0.16
Hex 1 4F 3 63 0 60 45 7A 62 10
Octal 1 117 3 143 0 140 105 172 142 20
Binary 1 1001111 11 1100011 0 1100000 1000101 1111010 1100010 10000

Color Harmonies of #014F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014F03

Black with #014F03

Text Example


Text Example

White with #014F03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #014F03;
 }
 .AnyTagClassName
 {
   color: #014F03;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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