Html Css Color HEX #0F1713 Dark Green

📋 copy color: '#0F1713'

red 15 ◦ green 23 ◦ blue 19

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

Shades of Dark Green #0F1713

Tints of Dark Green #0F1713

RGB

 RED value IS 15 (6.25% from 255) = 26.32%

 GREEN value IS 23 (9.38% from 255) = 40.35%

 BLUE value IS 19 (7.81% from 255) = 33.33%

R = 26.32%
G = 40.35%
B = 33.33%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.17

 K value IS 0.91

RGB Variations

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

Color information

#0F1713 (or 0x0F1713) is known color: Dark Green. HEX triplet: 0F, 17 and 13. RGB value is (15,23,19). Sum of RGB (Red+Green+Blue) = 15+23+19=57 (7% of max value = 765). Red value is 15 (6.25% from 255 or 26.32% from 57); Green value is 23 (9.38% from 255 or 40.35% from 57); Blue value is 19 (7.81% from 255 or 33.33% from 57); Max value from RGB is 23 - color contains mainly: green. Hex color #0F1713 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1713 is #F0E8EC. Grayscale: #141414. Windows color (decimal): -15788269 or 1251087. OLE color: 1251087.

HSL color Cylindrical-coordinate representation of color #0F1713: hue angle of 150º degrees, saturation: 0.21, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #0F1713 is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.91.

Color convert

RGB 15 23 19 -
CMYK 0.35 0 0.17 0.91
HSL 150º 0.21% 0.07% -
HSV(B) 150º 0.35% 0.09% -
XYZ 0.62 0.76 0.73 -
YUV 20.15 127.35 124.33 -
System Red Green Blue C M Y K H S L
Decimal 15 23 19 0.35 0 0.17 0.91 150 0.21 0.07
Hex F 17 13 23 0 11 5B 96 15 7
Octal 17 27 23 43 0 21 133 226 25 7
Binary 1111 10111 10011 100011 0 10001 1011011 10010110 10101 111

Color Harmonies of #0F1713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1713

Black with #0F1713

Text Example


Text Example

White with #0F1713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0F1713; }

 p { color: rgb(15,23,19); }

 H1.HeaderClassName
 {
   color: #0F1713;
 }
 .AnyTagClassName
 {
   color: #0F1713;
 }
</style>

background-color css

<style>
 a { background-color: #0F1713; }

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

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

border-color css

<style>
 span { border-color: #0F1713; }

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

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