Html Css Color HEX #010D06 Dark Green

📋 copy color: '#010D06'

red 1 ◦ green 13 ◦ blue 6

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

Shades of Dark Green #010D06

Tints of Dark Green #010D06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 30%

R = 5%
G = 65%
B = 30%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.54

 K value IS 0.95

RGB Variations

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

Color information

#010D06 (or 0x010D06) is known color: Dark Green. HEX triplet: 01, 0D and 06. RGB value is (1,13,6). Sum of RGB (Red+Green+Blue) = 1+13+6=20 (2% of max value = 765). Red value is 1 (0.78% from 255 or 5% from 20); Green value is 13 (5.47% from 255 or 65% from 20); Blue value is 6 (2.73% from 255 or 30% from 20); Max value from RGB is 13 - color contains mainly: green. Hex color #010D06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010D06 is #FEF2F9. Grayscale: #080808. Windows color (decimal): -16708346 or 396545. OLE color: 396545.

HSL color Cylindrical-coordinate representation of color #010D06: hue angle of 145º 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 #010D06 is Cyan = 0.92, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.95.

Color convert

RGB 1 13 6 -
CMYK 0.92 0 0.54 0.95
HSL 145º 0.86% 0.03% -
HSV(B) 145º 0.92% 0.05% -
XYZ 0.19 0.31 0.22 -
YUV 8.61 126.52 122.57 -
System Red Green Blue C M Y K H S L
Decimal 1 13 6 0.92 0 0.54 0.95 145 0.86 0.03
Hex 1 D 6 5C 0 36 5F 91 56 3
Octal 1 15 6 134 0 66 137 221 126 3
Binary 1 1101 110 1011100 0 110110 1011111 10010001 1010110 11

Color Harmonies of #010D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010D06

Black with #010D06

Text Example


Text Example

White with #010D06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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