Html Css Color HEX #000F06 Dark Green

📋 copy color: '#000F06'

red 0 ◦ green 15 ◦ blue 6

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

Shades of Dark Green #000F06

Tints of Dark Green #000F06

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 6 (2.73% from 255) = 28.57%

R = 0%
G = 71.43%
B = 28.57%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.60

 K value IS 0.94

RGB Variations

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

Color information

#000F06 (or 0x000F06) is known color: Dark Green. HEX triplet: 00, 0F and 06. RGB value is (0,15,6). Sum of RGB (Red+Green+Blue) = 0+15+6=21 (2% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 21); Green value is 15 (6.25% from 255 or 71.43% from 21); Blue value is 6 (2.73% from 255 or 28.57% from 21); Max value from RGB is 15 - color contains mainly: green. Hex color #000F06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000F06 is #FFF0F9. Grayscale: #090909. Windows color (decimal): -16773370 or 397056. OLE color: 397056.

HSL color Cylindrical-coordinate representation of color #000F06: hue angle of 144º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000F06 is Cyan = 1, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.94.

Color convert

RGB 0 15 6 -
CMYK 1 0 0.60 0.94
HSL 144º 1% 0.03% -
HSV(B) 144º 1% 0.06% -
XYZ 0.2 0.35 0.23 -
YUV 9.49 126.03 121.23 -
System Red Green Blue C M Y K H S L
Decimal 0 15 6 1 0 0.60 0.94 144 1 0.03
Hex 0 F 6 64 0 3C 5E 90 64 3
Octal 0 17 6 144 0 74 136 220 144 3
Binary 0 1111 110 1100100 0 111100 1011110 10010000 1100100 11

Color Harmonies of #000F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000F06

Black with #000F06

Text Example


Text Example

White with #000F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000F06; }

 p { color: rgb(0,15,6); }

 H1.HeaderClassName
 {
   color: #000F06;
 }
 .AnyTagClassName
 {
   color: #000F06;
 }
</style>

background-color css

<style>
 a { background-color: #000F06; }

 a { background-color: rgb(0,15,6); }

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

border-color css

<style>
 span { border-color: #000F06; }

 span { border-color: rgb(0,15,6); }

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