Html Css Color HEX #101312 Dark Green

📋 copy color: '#101312'

red 16 ◦ green 19 ◦ blue 18

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

Shades of Dark Green #101312

Tints of Dark Green #101312

RGB

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

 GREEN value IS 19 (7.81% from 255) = 35.85%

 BLUE value IS 18 (7.42% from 255) = 33.96%

R = 30.19%
G = 35.85%
B = 33.96%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.05

 K value IS 0.93

RGB Variations

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

Color information

#101312 (or 0x101312) is known color: Dark Green. HEX triplet: 10, 13 and 12. RGB value is (16,19,18). Sum of RGB (Red+Green+Blue) = 16+19+18=53 (7% of max value = 765). Red value is 16 (6.64% from 255 or 30.19% from 53); Green value is 19 (7.81% from 255 or 35.85% from 53); Blue value is 18 (7.42% from 255 or 33.96% from 53); Max value from RGB is 19 - color contains mainly: green. Hex color #101312 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101312 is #EFECED. Grayscale: #111111. Windows color (decimal): -15723758 or 1184528. OLE color: 1184528.

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

Color convert

RGB 16 19 18 -
CMYK 0.16 0 0.05 0.93
HSL 160º 0.09% 0.07% -
HSV(B) 160º 0.16% 0.07% -
XYZ 0.56 0.62 0.66 -
YUV 17.99 128.01 126.58 -
System Red Green Blue C M Y K H S L
Decimal 16 19 18 0.16 0 0.05 0.93 160 0.09 0.07
Hex 10 13 12 10 0 5 5D A0 9 7
Octal 20 23 22 20 0 5 135 240 11 7
Binary 10000 10011 10010 10000 0 101 1011101 10100000 1001 111

Color Harmonies of #101312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101312

Black with #101312

Text Example


Text Example

White with #101312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #101312; }

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

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

background-color css

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

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

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

border-color css

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

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

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