Html Css Color HEX #00110D Dark Green

📋 copy color: '#00110D'

red 0 ◦ green 17 ◦ blue 13

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

Shades of Dark Green #00110D

Tints of Dark Green #00110D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 56.67%

 BLUE value IS 13 (5.47% from 255) = 43.33%

R = 0%
G = 56.67%
B = 43.33%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.24

 K value IS 0.93

RGB Variations

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

Color information

#00110D (or 0x00110D) is known color: Dark Green. HEX triplet: 00, 11 and 0D. RGB value is (0,17,13). Sum of RGB (Red+Green+Blue) = 0+17+13=30 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 30); Green value is 17 (7.03% from 255 or 56.67% from 30); Blue value is 13 (5.47% from 255 or 43.33% from 30); Max value from RGB is 17 - color contains mainly: green. Hex color #00110D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00110D is #FFEEF2. Grayscale: #0B0B0B. Windows color (decimal): -16772851 or 856320. OLE color: 856320.

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

Color convert

RGB 0 17 13 -
CMYK 1 0 0.24 0.93
HSL 165.88º 1% 0.03% -
HSV(B) 165.88º 1% 0.07% -
XYZ 0.27 0.43 0.45 -
YUV 11.46 128.87 119.83 -
System Red Green Blue C M Y K H S L
Decimal 0 17 13 1 0 0.24 0.93 165.88 1 0.03
Hex 0 11 D 64 0 18 5D A6 64 3
Octal 0 21 15 144 0 30 135 246 144 3
Binary 0 10001 1101 1100100 0 11000 1011101 10100110 1100100 11

Color Harmonies of #00110D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00110D

Black with #00110D

Text Example


Text Example

White with #00110D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00110D; }

 p { color: rgb(0,17,13); }

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

background-color css

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

 a { background-color: rgb(0,17,13); }

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

border-color css

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

 span { border-color: rgb(0,17,13); }

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