Html Css Color HEX #021D00 Myrtle

📋 copy color: '#021D00'

red 2 ◦ green 29 ◦ blue 0

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

Shades of Myrtle #021D00

Tints of Myrtle #021D00

RGB

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

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

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

R = 6.45%
G = 93.55%
B = 0%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 1

 K value IS 0.89

RGB Variations

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

Color information

#021D00 (or 0x021D00) is known color: Myrtle. HEX triplet: 02, 1D and 00. RGB value is (2,29,0). Sum of RGB (Red+Green+Blue) = 2+29+0=31 (4% of max value = 765). Red value is 2 (1.17% from 255 or 6.45% from 31); Green value is 29 (11.72% from 255 or 93.55% from 31); Blue value is 0 (0.39% from 255 or 0% from 31); Max value from RGB is 29 - color contains mainly: green. Hex color #021D00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021D00 is #FDE2FF. Grayscale: #111111. Windows color (decimal): -16638720 or 7426. OLE color: 7426.

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

Color convert

RGB 2 29 0 -
CMYK 0.93 0 1 0.89
HSL 115.86º 1% 0.06% -
HSV(B) 115.86º 1% 0.11% -
XYZ 0.46 0.89 0.15 -
YUV 17.62 118.05 116.86 -
System Red Green Blue C M Y K H S L
Decimal 2 29 0 0.93 0 1 0.89 115.86 1 0.06
Hex 2 1D 0 5D 0 64 59 74 64 6
Octal 2 35 0 135 0 144 131 164 144 6
Binary 10 11101 0 1011101 0 1100100 1011001 1110100 1100100 110

Color Harmonies of #021D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021D00

Black with #021D00

Text Example


Text Example

White with #021D00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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