Html Css Color HEX #011212 Dark Green

📋 copy color: '#011212'

red 1 ◦ green 18 ◦ blue 18

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

Shades of Dark Green #011212

Tints of Dark Green #011212

RGB

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

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

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

R = 2.7%
G = 48.65%
B = 48.65%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#011212 (or 0x011212) is known color: Dark Green. HEX triplet: 01, 12 and 12. RGB value is (1,18,18). Sum of RGB (Red+Green+Blue) = 1+18+18=37 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.70% from 37); Green value is 18 (7.42% from 255 or 48.65% from 37); Blue value is 18 (7.42% from 255 or 48.65% from 37); Max value from RGB is 18 - color contains mainly: green, blue. Hex color #011212 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011212 is #FEEDED. Grayscale: #0C0C0C. Windows color (decimal): -16707054 or 1184257. OLE color: 1184257.

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

Color convert

RGB 1 18 18 -
CMYK 0.94 0 0 0.93
HSL 180º 0.89% 0.04% -
HSV(B) 180º 0.94% 0.07% -
XYZ 0.34 0.48 0.65 -
YUV 12.92 130.87 119.5 -
System Red Green Blue C M Y K H S L
Decimal 1 18 18 0.94 0 0 0.93 180 0.89 0.04
Hex 1 12 12 5E 0 0 5D B4 59 4
Octal 1 22 22 136 0 0 135 264 131 4
Binary 1 10010 10010 1011110 0 0 1011101 10110100 1011001 100

Color Harmonies of #011212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011212

Black with #011212

Text Example


Text Example

White with #011212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011212; }

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

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

background-color css

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

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

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

border-color css

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

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

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