Html Css Color HEX #010F0C Dark Green

📋 copy color: '#010F0C'

red 1 ◦ green 15 ◦ blue 12

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

Shades of Dark Green #010F0C

Tints of Dark Green #010F0C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 53.57%

 BLUE value IS 12 (5.08% from 255) = 42.86%

R = 3.57%
G = 53.57%
B = 42.86%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.20

 K value IS 0.94

RGB Variations

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

Color information

#010F0C (or 0x010F0C) is known color: Dark Green. HEX triplet: 01, 0F and 0C. RGB value is (1,15,12). Sum of RGB (Red+Green+Blue) = 1+15+12=28 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.57% from 28); Green value is 15 (6.25% from 255 or 53.57% from 28); Blue value is 12 (5.08% from 255 or 42.86% from 28); Max value from RGB is 15 - color contains mainly: green. Hex color #010F0C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010F0C is #FEF0F3. Grayscale: #0A0A0A. Windows color (decimal): -16707828 or 790273. OLE color: 790273.

HSL color Cylindrical-coordinate representation of color #010F0C: hue angle of 167.14º degrees, saturation: 0.88, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #010F0C is Cyan = 0.93, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.94.

Color convert

RGB 1 15 12 -
CMYK 0.93 0 0.20 0.94
HSL 167.14º 0.88% 0.03% -
HSV(B) 167.14º 0.93% 0.06% -
XYZ 0.25 0.37 0.41 -
YUV 10.47 128.86 121.24 -
System Red Green Blue C M Y K H S L
Decimal 1 15 12 0.93 0 0.20 0.94 167.14 0.88 0.03
Hex 1 F C 5D 0 14 5E A7 58 3
Octal 1 17 14 135 0 24 136 247 130 3
Binary 1 1111 1100 1011101 0 10100 1011110 10100111 1011000 11

Color Harmonies of #010F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010F0C

Black with #010F0C

Text Example


Text Example

White with #010F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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