Html Css Color HEX #021E02 Myrtle

📋 copy color: '#021E02'

red 2 ◦ green 30 ◦ blue 2

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

Shades of Myrtle #021E02

Tints of Myrtle #021E02

RGB

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

 GREEN value IS 30 (12.11% from 255) = 88.24%

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

R = 5.88%
G = 88.24%
B = 5.88%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.93

 K value IS 0.88

RGB Variations

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

Color information

#021E02 (or 0x021E02) is known color: Myrtle. HEX triplet: 02, 1E and 02. RGB value is (2,30,2). Sum of RGB (Red+Green+Blue) = 2+30+2=34 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.88% from 34); Green value is 30 (12.11% from 255 or 88.24% from 34); Blue value is 2 (1.17% from 255 or 5.88% from 34); Max value from RGB is 30 - color contains mainly: green. Hex color #021E02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021E02 is #FDE1FD. Grayscale: #121212. Windows color (decimal): -16638462 or 138754. OLE color: 138754.

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

Color convert

RGB 2 30 2 -
CMYK 0.93 0 0.93 0.88
HSL 120º 0.88% 0.06% -
HSV(B) 120º 0.93% 0.12% -
XYZ 0.5 0.95 0.21 -
YUV 18.44 118.72 116.28 -
System Red Green Blue C M Y K H S L
Decimal 2 30 2 0.93 0 0.93 0.88 120 0.88 0.06
Hex 2 1E 2 5D 0 5D 58 78 58 6
Octal 2 36 2 135 0 135 130 170 130 6
Binary 10 11110 10 1011101 0 1011101 1011000 1111000 1011000 110

Color Harmonies of #021E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021E02

Black with #021E02

Text Example


Text Example

White with #021E02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,30,2); }

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

background-color css

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

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

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

border-color css

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

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

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