Html Css Color HEX #021110 Dark Green

📋 copy color: '#021110'

red 2 ◦ green 17 ◦ blue 16

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

Shades of Dark Green #021110

Tints of Dark Green #021110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 45.71%

R = 5.71%
G = 48.57%
B = 45.71%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.06

 K value IS 0.93

RGB Variations

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

Color information

#021110 (or 0x021110) is known color: Dark Green. HEX triplet: 02, 11 and 10. RGB value is (2,17,16). Sum of RGB (Red+Green+Blue) = 2+17+16=35 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.71% from 35); Green value is 17 (7.03% from 255 or 48.57% from 35); Blue value is 16 (6.64% from 255 or 45.71% from 35); Max value from RGB is 17 - color contains mainly: green. Hex color #021110 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021110 is #FDEEEF. Grayscale: #0C0C0C. Windows color (decimal): -16641776 or 1052930. OLE color: 1052930.

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

Color convert

RGB 2 17 16 -
CMYK 0.88 0 0.06 0.93
HSL 176º 0.79% 0.04% -
HSV(B) 176º 0.88% 0.07% -
XYZ 0.32 0.45 0.56 -
YUV 12.4 130.03 120.58 -
System Red Green Blue C M Y K H S L
Decimal 2 17 16 0.88 0 0.06 0.93 176 0.79 0.04
Hex 2 11 10 58 0 6 5D B0 4F 4
Octal 2 21 20 130 0 6 135 260 117 4
Binary 10 10001 10000 1011000 0 110 1011101 10110000 1001111 100

Color Harmonies of #021110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021110

Black with #021110

Text Example


Text Example

White with #021110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021110; }

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

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

background-color css

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

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

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

border-color css

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

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

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