Html Css Color HEX #000F0F Dark Green

📋 copy color: '#000F0F'

red 0 ◦ green 15 ◦ blue 15

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

Shades of Dark Green #000F0F

Tints of Dark Green #000F0F

RGB

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

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

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

R = 0%
G = 50%
B = 50%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#000F0F (or 0x000F0F) is known color: Dark Green. HEX triplet: 00, 0F and 0F. RGB value is (0,15,15). Sum of RGB (Red+Green+Blue) = 0+15+15=30 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 30); Green value is 15 (6.25% from 255 or 50% from 30); Blue value is 15 (6.25% from 255 or 50% from 30); Max value from RGB is 15 - color contains mainly: green, blue. Hex color #000F0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000F0F is #FFF0F0. Grayscale: #0A0A0A. Windows color (decimal): -16773361 or 986880. OLE color: 986880.

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

Color convert

RGB 0 15 15 -
CMYK 1 0 0 0.94
HSL 180º 1% 0.03% -
HSV(B) 180º 1% 0.06% -
XYZ 0.26 0.38 0.51 -
YUV 10.52 130.53 120.5 -
System Red Green Blue C M Y K H S L
Decimal 0 15 15 1 0 0 0.94 180 1 0.03
Hex 0 F F 64 0 0 5E B4 64 3
Octal 0 17 17 144 0 0 136 264 144 3
Binary 0 1111 1111 1100100 0 0 1011110 10110100 1100100 11

Color Harmonies of #000F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000F0F

Black with #000F0F

Text Example


Text Example

White with #000F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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