Html Css Color HEX #010F04 Dark Green

📋 copy color: '#010F04'

red 1 ◦ green 15 ◦ blue 4

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

Shades of Dark Green #010F04

Tints of Dark Green #010F04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 20%

R = 5%
G = 75%
B = 20%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.73

 K value IS 0.94

RGB Variations

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

Color information

#010F04 (or 0x010F04) is known color: Dark Green. HEX triplet: 01, 0F and 04. RGB value is (1,15,4). Sum of RGB (Red+Green+Blue) = 1+15+4=20 (2% of max value = 765). Red value is 1 (0.78% from 255 or 5% from 20); Green value is 15 (6.25% from 255 or 75% from 20); Blue value is 4 (1.95% from 255 or 20% from 20); Max value from RGB is 15 - color contains mainly: green. Hex color #010F04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010F04 is #FEF0FB. Grayscale: #090909. Windows color (decimal): -16707836 or 265985. OLE color: 265985.

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

Color convert

RGB 1 15 4 -
CMYK 0.93 0 0.73 0.94
HSL 132.86º 0.88% 0.03% -
HSV(B) 132.86º 0.93% 0.06% -
XYZ 0.21 0.36 0.17 -
YUV 9.56 124.86 121.89 -
System Red Green Blue C M Y K H S L
Decimal 1 15 4 0.93 0 0.73 0.94 132.86 0.88 0.03
Hex 1 F 4 5D 0 49 5E 85 58 3
Octal 1 17 4 135 0 111 136 205 130 3
Binary 1 1111 100 1011101 0 1001001 1011110 10000101 1011000 11

Color Harmonies of #010F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010F04

Black with #010F04

Text Example


Text Example

White with #010F04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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