Html Css Color HEX #010F08 Dark Green

📋 copy color: '#010F08'

red 1 ◦ green 15 ◦ blue 8

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

Shades of Dark Green #010F08

Tints of Dark Green #010F08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 33.33%

R = 4.17%
G = 62.5%
B = 33.33%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.47

 K value IS 0.94

RGB Variations

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

Color information

#010F08 (or 0x010F08) is known color: Dark Green. HEX triplet: 01, 0F and 08. RGB value is (1,15,8). Sum of RGB (Red+Green+Blue) = 1+15+8=24 (3% of max value = 765). Red value is 1 (0.78% from 255 or 4.17% from 24); Green value is 15 (6.25% from 255 or 62.5% from 24); Blue value is 8 (3.52% from 255 or 33.33% from 24); Max value from RGB is 15 - color contains mainly: green. Hex color #010F08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010F08 is #FEF0F7. Grayscale: #0A0A0A. Windows color (decimal): -16707832 or 528129. OLE color: 528129.

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

Color convert

RGB 1 15 8 -
CMYK 0.93 0 0.47 0.94
HSL 150º 0.88% 0.03% -
HSV(B) 150º 0.93% 0.06% -
XYZ 0.23 0.37 0.29 -
YUV 10.02 126.86 121.57 -
System Red Green Blue C M Y K H S L
Decimal 1 15 8 0.93 0 0.47 0.94 150 0.88 0.03
Hex 1 F 8 5D 0 2F 5E 96 58 3
Octal 1 17 10 135 0 57 136 226 130 3
Binary 1 1111 1000 1011101 0 101111 1011110 10010110 1011000 11

Color Harmonies of #010F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010F08

Black with #010F08

Text Example


Text Example

White with #010F08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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