Html Css Color HEX #010D05 Dark Green

📋 copy color: '#010D05'

red 1 ◦ green 13 ◦ blue 5

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

Shades of Dark Green #010D05

Tints of Dark Green #010D05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 26.32%

R = 5.26%
G = 68.42%
B = 26.32%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.62

 K value IS 0.95

RGB Variations

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

Color information

#010D05 (or 0x010D05) is known color: Dark Green. HEX triplet: 01, 0D and 05. RGB value is (1,13,5). Sum of RGB (Red+Green+Blue) = 1+13+5=19 (2% of max value = 765). Red value is 1 (0.78% from 255 or 5.26% from 19); Green value is 13 (5.47% from 255 or 68.42% from 19); Blue value is 5 (2.34% from 255 or 26.32% from 19); Max value from RGB is 13 - color contains mainly: green. Hex color #010D05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010D05 is #FEF2FA. Grayscale: #080808. Windows color (decimal): -16708347 or 331009. OLE color: 331009.

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

Color convert

RGB 1 13 5 -
CMYK 0.92 0 0.62 0.95
HSL 140º 0.86% 0.03% -
HSV(B) 140º 0.92% 0.05% -
XYZ 0.18 0.31 0.19 -
YUV 8.5 126.02 122.65 -
System Red Green Blue C M Y K H S L
Decimal 1 13 5 0.92 0 0.62 0.95 140 0.86 0.03
Hex 1 D 5 5C 0 3E 5F 8C 56 3
Octal 1 15 5 134 0 76 137 214 126 3
Binary 1 1101 101 1011100 0 111110 1011111 10001100 1010110 11

Color Harmonies of #010D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010D05

Black with #010D05

Text Example


Text Example

White with #010D05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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