Html Css Color HEX #021701 Myrtle

📋 copy color: '#021701'

red 2 ◦ green 23 ◦ blue 1

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

Shades of Myrtle #021701

Tints of Myrtle #021701

RGB

 RED value IS 2 (1.17% from 255) = 7.69%

 GREEN value IS 23 (9.38% from 255) = 88.46%

 BLUE value IS 1 (0.78% from 255) = 3.85%

R = 7.69%
G = 88.46%
B = 3.85%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.96

 K value IS 0.91

RGB Variations

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

Color information

#021701 (or 0x021701) is known color: Myrtle. HEX triplet: 02, 17 and 01. RGB value is (2,23,1). Sum of RGB (Red+Green+Blue) = 2+23+1=26 (3% of max value = 765). Red value is 2 (1.17% from 255 or 7.69% from 26); Green value is 23 (9.38% from 255 or 88.46% from 26); Blue value is 1 (0.78% from 255 or 3.85% from 26); Max value from RGB is 23 - color contains mainly: green. Hex color #021701 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021701 is #FDE8FE. Grayscale: #0E0E0E. Windows color (decimal): -16640255 or 71426. OLE color: 71426.

HSL color Cylindrical-coordinate representation of color #021701: hue angle of 117.27º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #021701 is Cyan = 0.91, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.91.

Color convert

RGB 2 23 1 -
CMYK 0.91 0 0.96 0.91
HSL 117.27º 0.92% 0.05% -
HSV(B) 117.27º 0.96% 0.09% -
XYZ 0.34 0.63 0.13 -
YUV 14.21 120.54 119.29 -
System Red Green Blue C M Y K H S L
Decimal 2 23 1 0.91 0 0.96 0.91 117.27 0.92 0.05
Hex 2 17 1 5B 0 60 5B 75 5C 5
Octal 2 27 1 133 0 140 133 165 134 5
Binary 10 10111 1 1011011 0 1100000 1011011 1110101 1011100 101

Color Harmonies of #021701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021701

Black with #021701

Text Example


Text Example

White with #021701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021701; }

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

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

background-color css

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

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

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

border-color css

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

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

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