Html Css Color HEX #010F0D Dark Green

📋 copy color: '#010F0D'

red 1 ◦ green 15 ◦ blue 13

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

Shades of Dark Green #010F0D

Tints of Dark Green #010F0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 44.83%

R = 3.45%
G = 51.72%
B = 44.83%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.13

 K value IS 0.94

RGB Variations

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

Color information

#010F0D (or 0x010F0D) is known color: Dark Green. HEX triplet: 01, 0F and 0D. RGB value is (1,15,13). Sum of RGB (Red+Green+Blue) = 1+15+13=29 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.45% from 29); Green value is 15 (6.25% from 255 or 51.72% from 29); Blue value is 13 (5.47% from 255 or 44.83% from 29); Max value from RGB is 15 - color contains mainly: green. Hex color #010F0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010F0D is #FEF0F2. Grayscale: #0A0A0A. Windows color (decimal): -16707827 or 855809. OLE color: 855809.

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

Color convert

RGB 1 15 13 -
CMYK 0.93 0 0.13 0.94
HSL 171.43º 0.88% 0.03% -
HSV(B) 171.43º 0.93% 0.06% -
XYZ 0.26 0.38 0.44 -
YUV 10.59 129.36 121.16 -
System Red Green Blue C M Y K H S L
Decimal 1 15 13 0.93 0 0.13 0.94 171.43 0.88 0.03
Hex 1 F D 5D 0 D 5E AB 58 3
Octal 1 17 15 135 0 15 136 253 130 3
Binary 1 1111 1101 1011101 0 1101 1011110 10101011 1011000 11

Color Harmonies of #010F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010F0D

Black with #010F0D

Text Example


Text Example

White with #010F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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