Html Css Color HEX #011210 Dark Green

📋 copy color: '#011210'

red 1 ◦ green 18 ◦ blue 16

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

Shades of Dark Green #011210

Tints of Dark Green #011210

RGB

 RED value IS 1 (0.78% from 255) = 2.86%

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

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

R = 2.86%
G = 51.43%
B = 45.71%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.11

 K value IS 0.93

RGB Variations

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

Color information

#011210 (or 0x011210) is known color: Dark Green. HEX triplet: 01, 12 and 10. RGB value is (1,18,16). Sum of RGB (Red+Green+Blue) = 1+18+16=35 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.86% from 35); Green value is 18 (7.42% from 255 or 51.43% from 35); Blue value is 16 (6.64% from 255 or 45.71% from 35); Max value from RGB is 18 - color contains mainly: green. Hex color #011210 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011210 is #FEEDEF. Grayscale: #0C0C0C. Windows color (decimal): -16707056 or 1053185. OLE color: 1053185.

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

Color convert

RGB 1 18 16 -
CMYK 0.94 0 0.11 0.93
HSL 172.94º 0.89% 0.04% -
HSV(B) 172.94º 0.94% 0.07% -
XYZ 0.32 0.48 0.57 -
YUV 12.69 129.87 119.66 -
System Red Green Blue C M Y K H S L
Decimal 1 18 16 0.94 0 0.11 0.93 172.94 0.89 0.04
Hex 1 12 10 5E 0 B 5D AD 59 4
Octal 1 22 20 136 0 13 135 255 131 4
Binary 1 10010 10000 1011110 0 1011 1011101 10101101 1011001 100

Color Harmonies of #011210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011210

Black with #011210

Text Example


Text Example

White with #011210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011210; }

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

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

background-color css

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

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

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

border-color css

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

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

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