Html Css Color HEX #014E03 Myrtle

📋 copy color: '#014E03'

red 1 ◦ green 78 ◦ blue 3

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

Shades of Myrtle #014E03

Tints of Myrtle #014E03

RGB

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

 GREEN value IS 78 (30.86% from 255) = 95.12%

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

R = 1.22%
G = 95.12%
B = 3.66%

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

#014E03 (or 0x014E03) is known color: Myrtle. HEX triplet: 01, 4E and 03. RGB value is (1,78,3). Sum of RGB (Red+Green+Blue) = 1+78+3=82 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.22% from 82); Green value is 78 (30.86% from 255 or 95.12% from 82); Blue value is 3 (1.56% from 255 or 3.66% from 82); Max value from RGB is 78 - color contains mainly: green. Hex color #014E03 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #014E03 is #FEB1FC. Grayscale: #2E2E2E. Windows color (decimal): -16691709 or 216577. OLE color: 216577.

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

Color convert

RGB 1 78 3 -
CMYK 0.99 0 0.96 0.69
HSL 121.56º 0.97% 0.15% -
HSV(B) 121.56º 0.99% 0.31% -
XYZ 2.75 5.46 1 -
YUV 46.43 103.49 95.6 -
System Red Green Blue C M Y K H S L
Decimal 1 78 3 0.99 0 0.96 0.69 121.56 0.97 0.15
Hex 1 4E 3 63 0 60 45 7A 61 F
Octal 1 116 3 143 0 140 105 172 141 17
Binary 1 1001110 11 1100011 0 1100000 1000101 1111010 1100001 1111

Color Harmonies of #014E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014E03

Black with #014E03

Text Example


Text Example

White with #014E03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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