Html Css Color HEX #021111 Dark Green

📋 copy color: '#021111'

red 2 ◦ green 17 ◦ blue 17

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

Shades of Dark Green #021111

Tints of Dark Green #021111

RGB

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

 GREEN value IS 17 (7.03% from 255) = 47.22%

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

R = 5.56%
G = 47.22%
B = 47.22%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#021111 (or 0x021111) is known color: Dark Green. HEX triplet: 02, 11 and 11. RGB value is (2,17,17). Sum of RGB (Red+Green+Blue) = 2+17+17=36 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.56% from 36); Green value is 17 (7.03% from 255 or 47.22% from 36); Blue value is 17 (7.03% from 255 or 47.22% from 36); Max value from RGB is 17 - color contains mainly: green, blue. Hex color #021111 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021111 is #FDEEEE. Grayscale: #0C0C0C. Windows color (decimal): -16641775 or 1118466. OLE color: 1118466.

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

Color convert

RGB 2 17 17 -
CMYK 0.88 0 0 0.93
HSL 180º 0.79% 0.04% -
HSV(B) 180º 0.88% 0.07% -
XYZ 0.33 0.45 0.6 -
YUV 12.52 130.53 120.5 -
System Red Green Blue C M Y K H S L
Decimal 2 17 17 0.88 0 0 0.93 180 0.79 0.04
Hex 2 11 11 58 0 0 5D B4 4F 4
Octal 2 21 21 130 0 0 135 264 117 4
Binary 10 10001 10001 1011000 0 0 1011101 10110100 1001111 100

Color Harmonies of #021111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021111

Black with #021111

Text Example


Text Example

White with #021111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021111; }

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

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

background-color css

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

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

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

border-color css

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

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

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