Html Css Color HEX #000F09 Dark Green

📋 copy color: '#000F09'

red 0 ◦ green 15 ◦ blue 9

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

Shades of Dark Green #000F09

Tints of Dark Green #000F09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 37.5%

R = 0%
G = 62.5%
B = 37.5%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.40

 K value IS 0.94

RGB Variations

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

Color information

#000F09 (or 0x000F09) is known color: Dark Green. HEX triplet: 00, 0F and 09. RGB value is (0,15,9). Sum of RGB (Red+Green+Blue) = 0+15+9=24 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 24); Green value is 15 (6.25% from 255 or 62.5% from 24); Blue value is 9 (3.91% from 255 or 37.5% from 24); Max value from RGB is 15 - color contains mainly: green. Hex color #000F09 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000F09 is #FFF0F6. Grayscale: #090909. Windows color (decimal): -16773367 or 593664. OLE color: 593664.

HSL color Cylindrical-coordinate representation of color #000F09: hue angle of 156º 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 #000F09 is Cyan = 1, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.94.

Color convert

RGB 0 15 9 -
CMYK 1 0 0.40 0.94
HSL 156º 1% 0.03% -
HSV(B) 156º 1% 0.06% -
XYZ 0.22 0.36 0.32 -
YUV 9.83 127.53 120.99 -
System Red Green Blue C M Y K H S L
Decimal 0 15 9 1 0 0.40 0.94 156 1 0.03
Hex 0 F 9 64 0 28 5E 9C 64 3
Octal 0 17 11 144 0 50 136 234 144 3
Binary 0 1111 1001 1100100 0 101000 1011110 10011100 1100100 11

Color Harmonies of #000F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000F09

Black with #000F09

Text Example


Text Example

White with #000F09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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