Html Css Color HEX #000C0B Dark Green

📋 copy color: '#000C0B'

red 0 ◦ green 12 ◦ blue 11

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

Shades of Dark Green #000C0B

Tints of Dark Green #000C0B

RGB

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

 GREEN value IS 12 (5.08% from 255) = 52.17%

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

R = 0%
G = 52.17%
B = 47.83%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.08

 K value IS 0.95

RGB Variations

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

Color information

#000C0B (or 0x000C0B) is known color: Dark Green. HEX triplet: 00, 0C and 0B. RGB value is (0,12,11). Sum of RGB (Red+Green+Blue) = 0+12+11=23 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 23); Green value is 12 (5.08% from 255 or 52.17% from 23); Blue value is 11 (4.69% from 255 or 47.83% from 23); Max value from RGB is 12 - color contains mainly: green. Hex color #000C0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000C0B is #FFF3F4. Grayscale: #080808. Windows color (decimal): -16774133 or 723968. OLE color: 723968.

HSL color Cylindrical-coordinate representation of color #000C0B: hue angle of 175º degrees, saturation: 1, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000C0B is Cyan = 1, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.95.

Color convert

RGB 0 12 11 -
CMYK 1 0 0.08 0.95
HSL 175º 1% 0.02% -
HSV(B) 175º 1% 0.05% -
XYZ 0.19 0.29 0.36 -
YUV 8.3 129.52 122.08 -
System Red Green Blue C M Y K H S L
Decimal 0 12 11 1 0 0.08 0.95 175 1 0.02
Hex 0 C B 64 0 8 5F AF 64 2
Octal 0 14 13 144 0 10 137 257 144 2
Binary 0 1100 1011 1100100 0 1000 1011111 10101111 1100100 10

Color Harmonies of #000C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000C0B

Black with #000C0B

Text Example


Text Example

White with #000C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000C0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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