Html Css Color HEX #0F1716 Dark Green

📋 copy color: '#0F1716'

red 15 ◦ green 23 ◦ blue 22

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

Shades of Dark Green #0F1716

Tints of Dark Green #0F1716

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 36.67%

R = 25%
G = 38.33%
B = 36.67%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.04

 K value IS 0.91

RGB Variations

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

Color information

#0F1716 (or 0x0F1716) is known color: Dark Green. HEX triplet: 0F, 17 and 16. RGB value is (15,23,22). Sum of RGB (Red+Green+Blue) = 15+23+22=60 (7% of max value = 765). Red value is 15 (6.25% from 255 or 25% from 60); Green value is 23 (9.38% from 255 or 38.33% from 60); Blue value is 22 (8.98% from 255 or 36.67% from 60); Max value from RGB is 23 - color contains mainly: green. Hex color #0F1716 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1716 is #F0E8E9. Grayscale: #141414. Windows color (decimal): -15788266 or 1447695. OLE color: 1447695.

HSL color Cylindrical-coordinate representation of color #0F1716: hue angle of 172.5º 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 #0F1716 is Cyan = 0.35, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.91.

Color convert

RGB 15 23 22 -
CMYK 0.35 0 0.04 0.91
HSL 172.5º 0.21% 0.07% -
HSV(B) 172.5º 0.35% 0.09% -
XYZ 0.65 0.77 0.87 -
YUV 20.49 128.85 124.08 -
System Red Green Blue C M Y K H S L
Decimal 15 23 22 0.35 0 0.04 0.91 172.5 0.21 0.07
Hex F 17 16 23 0 4 5B AC 15 7
Octal 17 27 26 43 0 4 133 254 25 7
Binary 1111 10111 10110 100011 0 100 1011011 10101100 10101 111

Color Harmonies of #0F1716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1716

Black with #0F1716

Text Example


Text Example

White with #0F1716

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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