Html Css Color HEX #101211 Dark Green

📋 copy color: '#101211'

red 16 ◦ green 18 ◦ blue 17

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

Shades of Dark Green #101211

Tints of Dark Green #101211

RGB

 RED value IS 16 (6.64% from 255) = 31.37%

 GREEN value IS 18 (7.42% from 255) = 35.29%

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

R = 31.37%
G = 35.29%
B = 33.33%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.06

 K value IS 0.93

RGB Variations

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

Color information

#101211 (or 0x101211) is known color: Dark Green. HEX triplet: 10, 12 and 11. RGB value is (16,18,17). Sum of RGB (Red+Green+Blue) = 16+18+17=51 (6% of max value = 765). Red value is 16 (6.64% from 255 or 31.37% from 51); Green value is 18 (7.42% from 255 or 35.29% from 51); Blue value is 17 (7.03% from 255 or 33.33% from 51); Max value from RGB is 18 - color contains mainly: green. Hex color #101211 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101211 is #EFEDEE. Grayscale: #111111. Windows color (decimal): -15724015 or 1118736. OLE color: 1118736.

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

Color convert

RGB 16 18 17 -
CMYK 0.11 0 0.06 0.93
HSL 150º 0.06% 0.07% -
HSV(B) 150º 0.11% 0.07% -
XYZ 0.53 0.58 0.61 -
YUV 17.29 127.84 127.08 -
System Red Green Blue C M Y K H S L
Decimal 16 18 17 0.11 0 0.06 0.93 150 0.06 0.07
Hex 10 12 11 B 0 6 5D 96 6 7
Octal 20 22 21 13 0 6 135 226 6 7
Binary 10000 10010 10001 1011 0 110 1011101 10010110 110 111

Color Harmonies of #101211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101211

Black with #101211

Text Example


Text Example

White with #101211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #101211; }

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

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

background-color css

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

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

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

border-color css

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

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

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