Html Css Color HEX #010D0B Dark Green

📋 copy color: '#010D0B'

red 1 ◦ green 13 ◦ blue 11

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

Shades of Dark Green #010D0B

Tints of Dark Green #010D0B

RGB

 RED value IS 1 (0.78% from 255) = 4%

 GREEN value IS 13 (5.47% from 255) = 52%

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

R = 4%
G = 52%
B = 44%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.15

 K value IS 0.95

RGB Variations

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

Color information

#010D0B (or 0x010D0B) is known color: Dark Green. HEX triplet: 01, 0D and 0B. RGB value is (1,13,11). Sum of RGB (Red+Green+Blue) = 1+13+11=25 (3% of max value = 765). Red value is 1 (0.78% from 255 or 4% from 25); Green value is 13 (5.47% from 255 or 52% from 25); Blue value is 11 (4.69% from 255 or 44% from 25); Max value from RGB is 13 - color contains mainly: green. Hex color #010D0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010D0B is #FEF2F4. Grayscale: #090909. Windows color (decimal): -16708341 or 724225. OLE color: 724225.

HSL color Cylindrical-coordinate representation of color #010D0B: hue angle of 170º degrees, saturation: 0.86, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #010D0B is Cyan = 0.92, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.95.

Color convert

RGB 1 13 11 -
CMYK 0.92 0 0.15 0.95
HSL 170º 0.86% 0.03% -
HSV(B) 170º 0.92% 0.05% -
XYZ 0.22 0.32 0.37 -
YUV 9.18 129.02 122.16 -
System Red Green Blue C M Y K H S L
Decimal 1 13 11 0.92 0 0.15 0.95 170 0.86 0.03
Hex 1 D B 5C 0 F 5F AA 56 3
Octal 1 15 13 134 0 17 137 252 126 3
Binary 1 1101 1011 1011100 0 1111 1011111 10101010 1010110 11

Color Harmonies of #010D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010D0B

Black with #010D0B

Text Example


Text Example

White with #010D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010D0B; }

 p { color: rgb(1,13,11); }

 H1.HeaderClassName
 {
   color: #010D0B;
 }
 .AnyTagClassName
 {
   color: #010D0B;
 }
</style>

background-color css

<style>
 a { background-color: #010D0B; }

 a { background-color: rgb(1,13,11); }

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

border-color css

<style>
 span { border-color: #010D0B; }

 span { border-color: rgb(1,13,11); }

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