Html Css Color HEX #00120B Dark Green

📋 copy color: '#00120B'

red 0 ◦ green 18 ◦ blue 11

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

Shades of Dark Green #00120B

Tints of Dark Green #00120B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 37.93%

R = 0%
G = 62.07%
B = 37.93%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.39

 K value IS 0.93

RGB Variations

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

Color information

#00120B (or 0x00120B) is known color: Dark Green. HEX triplet: 00, 12 and 0B. RGB value is (0,18,11). Sum of RGB (Red+Green+Blue) = 0+18+11=29 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 29); Green value is 18 (7.42% from 255 or 62.07% from 29); Blue value is 11 (4.69% from 255 or 37.93% from 29); Max value from RGB is 18 - color contains mainly: green. Hex color #00120B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00120B is #FFEDF4. Grayscale: #0B0B0B. Windows color (decimal): -16772597 or 725504. OLE color: 725504.

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

Color convert

RGB 0 18 11 -
CMYK 1 0 0.39 0.93
HSL 156.67º 1% 0.04% -
HSV(B) 156.67º 1% 0.07% -
XYZ 0.28 0.46 0.39 -
YUV 11.82 127.54 119.57 -
System Red Green Blue C M Y K H S L
Decimal 0 18 11 1 0 0.39 0.93 156.67 1 0.04
Hex 0 12 B 64 0 27 5D 9D 64 4
Octal 0 22 13 144 0 47 135 235 144 4
Binary 0 10010 1011 1100100 0 100111 1011101 10011101 1100100 100

Color Harmonies of #00120B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00120B

Black with #00120B

Text Example


Text Example

White with #00120B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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