Html Css Color HEX #010C05 Dark Green

📋 copy color: '#010C05'

red 1 ◦ green 12 ◦ blue 5

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

Shades of Dark Green #010C05

Tints of Dark Green #010C05

RGB

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

 GREEN value IS 12 (5.08% from 255) = 66.67%

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

R = 5.56%
G = 66.67%
B = 27.78%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.58

 K value IS 0.95

RGB Variations

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

Color information

#010C05 (or 0x010C05) is known color: Dark Green. HEX triplet: 01, 0C and 05. RGB value is (1,12,5). Sum of RGB (Red+Green+Blue) = 1+12+5=18 (2% of max value = 765). Red value is 1 (0.78% from 255 or 5.56% from 18); Green value is 12 (5.08% from 255 or 66.67% from 18); Blue value is 5 (2.34% from 255 or 27.78% from 18); Max value from RGB is 12 - color contains mainly: green. Hex color #010C05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010C05 is #FEF3FA. Grayscale: #070707. Windows color (decimal): -16708603 or 330753. OLE color: 330753.

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

Color convert

RGB 1 12 5 -
CMYK 0.92 0 0.58 0.95
HSL 141.82º 0.85% 0.03% -
HSV(B) 141.82º 0.92% 0.05% -
XYZ 0.17 0.28 0.19 -
YUV 7.91 126.36 123.07 -
System Red Green Blue C M Y K H S L
Decimal 1 12 5 0.92 0 0.58 0.95 141.82 0.85 0.03
Hex 1 C 5 5C 0 3A 5F 8E 55 3
Octal 1 14 5 134 0 72 137 216 125 3
Binary 1 1100 101 1011100 0 111010 1011111 10001110 1010101 11

Color Harmonies of #010C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010C05

Black with #010C05

Text Example


Text Example

White with #010C05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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