Html Css Color HEX #010C07 Dark Green

📋 copy color: '#010C07'

red 1 ◦ green 12 ◦ blue 7

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

Shades of Dark Green #010C07

Tints of Dark Green #010C07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 35%

R = 5%
G = 60%
B = 35%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.42

 K value IS 0.95

RGB Variations

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

Color information

#010C07 (or 0x010C07) is known color: Dark Green. HEX triplet: 01, 0C and 07. RGB value is (1,12,7). Sum of RGB (Red+Green+Blue) = 1+12+7=20 (2% of max value = 765). Red value is 1 (0.78% from 255 or 5% from 20); Green value is 12 (5.08% from 255 or 60% from 20); Blue value is 7 (3.12% from 255 or 35% from 20); Max value from RGB is 12 - color contains mainly: green. Hex color #010C07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010C07 is #FEF3F8. Grayscale: #080808. Windows color (decimal): -16708601 or 461825. OLE color: 461825.

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

Color convert

RGB 1 12 7 -
CMYK 0.92 0 0.42 0.95
HSL 152.73º 0.85% 0.03% -
HSV(B) 152.73º 0.92% 0.05% -
XYZ 0.18 0.28 0.25 -
YUV 8.14 127.36 122.91 -
System Red Green Blue C M Y K H S L
Decimal 1 12 7 0.92 0 0.42 0.95 152.73 0.85 0.03
Hex 1 C 7 5C 0 2A 5F 99 55 3
Octal 1 14 7 134 0 52 137 231 125 3
Binary 1 1100 111 1011100 0 101010 1011111 10011001 1010101 11

Color Harmonies of #010C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010C07

Black with #010C07

Text Example


Text Example

White with #010C07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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