Html Css Color HEX #010F0E Dark Green

📋 copy color: '#010F0E'

red 1 ◦ green 15 ◦ blue 14

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

Shades of Dark Green #010F0E

Tints of Dark Green #010F0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 46.67%

R = 3.33%
G = 50%
B = 46.67%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.07

 K value IS 0.94

RGB Variations

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

Color information

#010F0E (or 0x010F0E) is known color: Dark Green. HEX triplet: 01, 0F and 0E. RGB value is (1,15,14). Sum of RGB (Red+Green+Blue) = 1+15+14=30 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.33% from 30); Green value is 15 (6.25% from 255 or 50% from 30); Blue value is 14 (5.86% from 255 or 46.67% from 30); Max value from RGB is 15 - color contains mainly: green. Hex color #010F0E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010F0E is #FEF0F1. Grayscale: #0A0A0A. Windows color (decimal): -16707826 or 921345. OLE color: 921345.

HSL color Cylindrical-coordinate representation of color #010F0E: hue angle of 175.71º 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 #010F0E is Cyan = 0.93, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.94.

Color convert

RGB 1 15 14 -
CMYK 0.93 0 0.07 0.94
HSL 175.71º 0.88% 0.03% -
HSV(B) 175.71º 0.93% 0.06% -
XYZ 0.26 0.38 0.47 -
YUV 10.7 129.86 121.08 -
System Red Green Blue C M Y K H S L
Decimal 1 15 14 0.93 0 0.07 0.94 175.71 0.88 0.03
Hex 1 F E 5D 0 7 5E B0 58 3
Octal 1 17 16 135 0 7 136 260 130 3
Binary 1 1111 1110 1011101 0 111 1011110 10110000 1011000 11

Color Harmonies of #010F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010F0E

Black with #010F0E

Text Example


Text Example

White with #010F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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