Html Css Color HEX #014200 Myrtle

📋 copy color: '#014200'

red 1 ◦ green 66 ◦ blue 0

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

Shades of Myrtle #014200

Tints of Myrtle #014200

RGB

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

 GREEN value IS 66 (26.17% from 255) = 98.51%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 1.49%
G = 98.51%
B = 0%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 1

 K value IS 0.74

RGB Variations

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

Color information

#014200 (or 0x014200) is known color: Myrtle. HEX triplet: 01, 42 and 00. RGB value is (1,66,0). Sum of RGB (Red+Green+Blue) = 1+66+0=67 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.49% from 67); Green value is 66 (26.17% from 255 or 98.51% from 67); Blue value is 0 (0.39% from 255 or 0% from 67); Max value from RGB is 66 - color contains mainly: green. Hex color #014200 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014200 is #FEBDFF. Grayscale: #272727. Windows color (decimal): -16694784 or 16897. OLE color: 16897.

HSL color Cylindrical-coordinate representation of color #014200: hue angle of 119.09º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #014200 is Cyan = 0.98, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.74.

Color convert

RGB 1 66 0 -
CMYK 0.98 0 1 0.74
HSL 119.09º 1% 0.13% -
HSV(B) 119.09º 1% 0.26% -
XYZ 1.96 3.9 0.65 -
YUV 39.04 105.97 100.87 -
System Red Green Blue C M Y K H S L
Decimal 1 66 0 0.98 0 1 0.74 119.09 1 0.13
Hex 1 42 0 62 0 64 4A 77 64 D
Octal 1 102 0 142 0 144 112 167 144 15
Binary 1 1000010 0 1100010 0 1100100 1001010 1110111 1100100 1101

Color Harmonies of #014200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014200

Black with #014200

Text Example


Text Example

White with #014200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014200; }

 p { color: rgb(1,66,0); }

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

background-color css

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

 a { background-color: rgb(1,66,0); }

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

border-color css

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

 span { border-color: rgb(1,66,0); }

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