Html Css Color HEX #00100B Dark Green

📋 copy color: '#00100B'

red 0 ◦ green 16 ◦ blue 11

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

Shades of Dark Green #00100B

Tints of Dark Green #00100B

RGB

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

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

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

R = 0%
G = 59.26%
B = 40.74%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.31

 K value IS 0.94

RGB Variations

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

Color information

#00100B (or 0x00100B) is known color: Dark Green. HEX triplet: 00, 10 and 0B. RGB value is (0,16,11). Sum of RGB (Red+Green+Blue) = 0+16+11=27 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 27); Green value is 16 (6.64% from 255 or 59.26% from 27); Blue value is 11 (4.69% from 255 or 40.74% from 27); Max value from RGB is 16 - color contains mainly: green. Hex color #00100B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00100B is #FFEFF4. Grayscale: #0A0A0A. Windows color (decimal): -16773109 or 724992. OLE color: 724992.

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

Color convert

RGB 0 16 11 -
CMYK 1 0 0.31 0.94
HSL 161.25º 1% 0.03% -
HSV(B) 161.25º 1% 0.06% -
XYZ 0.25 0.39 0.38 -
YUV 10.65 128.2 120.41 -
System Red Green Blue C M Y K H S L
Decimal 0 16 11 1 0 0.31 0.94 161.25 1 0.03
Hex 0 10 B 64 0 1F 5E A1 64 3
Octal 0 20 13 144 0 37 136 241 144 3
Binary 0 10000 1011 1100100 0 11111 1011110 10100001 1100100 11

Color Harmonies of #00100B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00100B

Black with #00100B

Text Example


Text Example

White with #00100B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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