Html Css Color HEX #010C0A Dark Green

📋 copy color: '#010C0A'

red 1 ◦ green 12 ◦ blue 10

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

Shades of Dark Green #010C0A

Tints of Dark Green #010C0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 43.48%

R = 4.35%
G = 52.17%
B = 43.48%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.17

 K value IS 0.95

RGB Variations

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

Color information

#010C0A (or 0x010C0A) is known color: Dark Green. HEX triplet: 01, 0C and 0A. RGB value is (1,12,10). Sum of RGB (Red+Green+Blue) = 1+12+10=23 (3% of max value = 765). Red value is 1 (0.78% from 255 or 4.35% from 23); Green value is 12 (5.08% from 255 or 52.17% from 23); Blue value is 10 (4.30% from 255 or 43.48% from 23); Max value from RGB is 12 - color contains mainly: green. Hex color #010C0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010C0A is #FEF3F5. Grayscale: #080808. Windows color (decimal): -16708598 or 658433. OLE color: 658433.

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

Color convert

RGB 1 12 10 -
CMYK 0.92 0 0.17 0.95
HSL 169.09º 0.85% 0.03% -
HSV(B) 169.09º 0.92% 0.05% -
XYZ 0.2 0.29 0.33 -
YUV 8.48 128.86 122.66 -
System Red Green Blue C M Y K H S L
Decimal 1 12 10 0.92 0 0.17 0.95 169.09 0.85 0.03
Hex 1 C A 5C 0 11 5F A9 55 3
Octal 1 14 12 134 0 21 137 251 125 3
Binary 1 1100 1010 1011100 0 10001 1011111 10101001 1010101 11

Color Harmonies of #010C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010C0A

Black with #010C0A

Text Example


Text Example

White with #010C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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