Html Css Color HEX #021D01 Myrtle

📋 copy color: '#021D01'

red 2 ◦ green 29 ◦ blue 1

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

Shades of Myrtle #021D01

Tints of Myrtle #021D01

RGB

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

 GREEN value IS 29 (11.72% from 255) = 90.63%

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

R = 6.25%
G = 90.63%
B = 3.13%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.97

 K value IS 0.89

RGB Variations

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

Color information

#021D01 (or 0x021D01) is known color: Myrtle. HEX triplet: 02, 1D and 01. RGB value is (2,29,1). Sum of RGB (Red+Green+Blue) = 2+29+1=32 (4% of max value = 765). Red value is 2 (1.17% from 255 or 6.25% from 32); Green value is 29 (11.72% from 255 or 90.62% from 32); Blue value is 1 (0.78% from 255 or 3.12% from 32); Max value from RGB is 29 - color contains mainly: green. Hex color #021D01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021D01 is #FDE2FE. Grayscale: #111111. Windows color (decimal): -16638719 or 72962. OLE color: 72962.

HSL color Cylindrical-coordinate representation of color #021D01: hue angle of 117.86º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #021D01 is Cyan = 0.93, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.89.

Color convert

RGB 2 29 1 -
CMYK 0.93 0 0.97 0.89
HSL 117.86º 0.93% 0.06% -
HSV(B) 117.86º 0.97% 0.11% -
XYZ 0.47 0.89 0.18 -
YUV 17.74 118.55 116.78 -
System Red Green Blue C M Y K H S L
Decimal 2 29 1 0.93 0 0.97 0.89 117.86 0.93 0.06
Hex 2 1D 1 5D 0 61 59 76 5D 6
Octal 2 35 1 135 0 141 131 166 135 6
Binary 10 11101 1 1011101 0 1100001 1011001 1110110 1011101 110

Color Harmonies of #021D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021D01

Black with #021D01

Text Example


Text Example

White with #021D01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021D01; }

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

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

background-color css

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

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

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

border-color css

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

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

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