Html Css Color HEX #00100D Dark Green

📋 copy color: '#00100D'

red 0 ◦ green 16 ◦ blue 13

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

Shades of Dark Green #00100D

Tints of Dark Green #00100D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 55.17%

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

R = 0%
G = 55.17%
B = 44.83%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.19

 K value IS 0.94

RGB Variations

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

Color information

#00100D (or 0x00100D) is known color: Dark Green. HEX triplet: 00, 10 and 0D. RGB value is (0,16,13). Sum of RGB (Red+Green+Blue) = 0+16+13=29 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 29); Green value is 16 (6.64% from 255 or 55.17% from 29); Blue value is 13 (5.47% from 255 or 44.83% from 29); Max value from RGB is 16 - color contains mainly: green. Hex color #00100D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00100D is #FFEFF2. Grayscale: #0A0A0A. Windows color (decimal): -16773107 or 856064. OLE color: 856064.

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

Color convert

RGB 0 16 13 -
CMYK 1 0 0.19 0.94
HSL 168.75º 1% 0.03% -
HSV(B) 168.75º 1% 0.06% -
XYZ 0.26 0.4 0.44 -
YUV 10.87 129.2 120.24 -
System Red Green Blue C M Y K H S L
Decimal 0 16 13 1 0 0.19 0.94 168.75 1 0.03
Hex 0 10 D 64 0 13 5E A9 64 3
Octal 0 20 15 144 0 23 136 251 144 3
Binary 0 10000 1101 1100100 0 10011 1011110 10101001 1100100 11

Color Harmonies of #00100D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00100D

Black with #00100D

Text Example


Text Example

White with #00100D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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