Html Css Color HEX #014702 Myrtle

📋 copy color: '#014702'

red 1 ◦ green 71 ◦ blue 2

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

Shades of Myrtle #014702

Tints of Myrtle #014702

RGB

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

 GREEN value IS 71 (28.13% from 255) = 95.95%

 BLUE value IS 2 (1.17% from 255) = 2.7%

R = 1.35%
G = 95.95%
B = 2.7%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#014702 (or 0x014702) is known color: Myrtle. HEX triplet: 01, 47 and 02. RGB value is (1,71,2). Sum of RGB (Red+Green+Blue) = 1+71+2=74 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.35% from 74); Green value is 71 (28.12% from 255 or 95.95% from 74); Blue value is 2 (1.17% from 255 or 2.70% from 74); Max value from RGB is 71 - color contains mainly: green. Hex color #014702 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014702 is #FEB8FD. Grayscale: #2A2A2A. Windows color (decimal): -16693502 or 149249. OLE color: 149249.

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

Color convert

RGB 1 71 2 -
CMYK 0.99 0 0.97 0.72
HSL 120.86º 0.97% 0.14% -
HSV(B) 120.86º 0.99% 0.28% -
XYZ 2.28 4.52 0.81 -
YUV 42.2 105.31 98.61 -
System Red Green Blue C M Y K H S L
Decimal 1 71 2 0.99 0 0.97 0.72 120.86 0.97 0.14
Hex 1 47 2 63 0 61 48 79 61 E
Octal 1 107 2 143 0 141 110 171 141 16
Binary 1 1000111 10 1100011 0 1100001 1001000 1111001 1100001 1110

Color Harmonies of #014702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014702

Black with #014702

Text Example


Text Example

White with #014702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014702; }

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

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

background-color css

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

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

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

border-color css

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

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

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