Html Css Color HEX #021E11 Dark Green

📋 copy color: '#021E11'

red 2 ◦ green 30 ◦ blue 17

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

Shades of Dark Green #021E11

Tints of Dark Green #021E11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 34.69%

R = 4.08%
G = 61.22%
B = 34.69%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.43

 K value IS 0.88

RGB Variations

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

Color information

#021E11 (or 0x021E11) is known color: Dark Green. HEX triplet: 02, 1E and 11. RGB value is (2,30,17). Sum of RGB (Red+Green+Blue) = 2+30+17=49 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4.08% from 49); Green value is 30 (12.11% from 255 or 61.22% from 49); Blue value is 17 (7.03% from 255 or 34.69% from 49); Max value from RGB is 30 - color contains mainly: green. Hex color #021E11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021E11 is #FDE1EE. Grayscale: #141414. Windows color (decimal): -16638447 or 1121794. OLE color: 1121794.

HSL color Cylindrical-coordinate representation of color #021E11: hue angle of 152.14º 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 #021E11 is Cyan = 0.93, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.88.

Color convert

RGB 2 30 17 -
CMYK 0.93 0 0.43 0.88
HSL 152.14º 0.88% 0.06% -
HSV(B) 152.14º 0.93% 0.12% -
XYZ 0.59 0.98 0.69 -
YUV 20.15 126.22 115.06 -
System Red Green Blue C M Y K H S L
Decimal 2 30 17 0.93 0 0.43 0.88 152.14 0.88 0.06
Hex 2 1E 11 5D 0 2B 58 98 58 6
Octal 2 36 21 135 0 53 130 230 130 6
Binary 10 11110 10001 1011101 0 101011 1011000 10011000 1011000 110

Color Harmonies of #021E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021E11

Black with #021E11

Text Example


Text Example

White with #021E11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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