Html Css Color HEX #00120C Dark Green

📋 copy color: '#00120C'

red 0 ◦ green 18 ◦ blue 12

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

Shades of Dark Green #00120C

Tints of Dark Green #00120C

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 12 (5.08% from 255) = 40%

R = 0%
G = 60%
B = 40%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.33

 K value IS 0.93

RGB Variations

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

Color information

#00120C (or 0x00120C) is known color: Dark Green. HEX triplet: 00, 12 and 0C. RGB value is (0,18,12). Sum of RGB (Red+Green+Blue) = 0+18+12=30 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 30); Green value is 18 (7.42% from 255 or 60% from 30); Blue value is 12 (5.08% from 255 or 40% from 30); Max value from RGB is 18 - color contains mainly: green. Hex color #00120C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00120C is #FFEDF3. Grayscale: #0B0B0B. Windows color (decimal): -16772596 or 791040. OLE color: 791040.

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

Color convert

RGB 0 18 12 -
CMYK 1 0 0.33 0.93
HSL 160º 1% 0.04% -
HSV(B) 160º 1% 0.07% -
XYZ 0.28 0.46 0.42 -
YUV 11.93 128.04 119.49 -
System Red Green Blue C M Y K H S L
Decimal 0 18 12 1 0 0.33 0.93 160 1 0.04
Hex 0 12 C 64 0 21 5D A0 64 4
Octal 0 22 14 144 0 41 135 240 144 4
Binary 0 10010 1100 1100100 0 100001 1011101 10100000 1100100 100

Color Harmonies of #00120C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00120C

Black with #00120C

Text Example


Text Example

White with #00120C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00120C; }

 p { color: rgb(0,18,12); }

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

background-color css

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

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

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

border-color css

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

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

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