Html Css Color HEX #0F1914 Dark Green

📋 copy color: '#0F1914'

red 15 ◦ green 25 ◦ blue 20

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

Shades of Dark Green #0F1914

Tints of Dark Green #0F1914

RGB

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

 GREEN value IS 25 (10.16% from 255) = 41.67%

 BLUE value IS 20 (8.2% from 255) = 33.33%

R = 25%
G = 41.67%
B = 33.33%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.20

 K value IS 0.90

RGB Variations

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

Color information

#0F1914 (or 0x0F1914) is known color: Dark Green. HEX triplet: 0F, 19 and 14. RGB value is (15,25,20). Sum of RGB (Red+Green+Blue) = 15+25+20=60 (7% of max value = 765). Red value is 15 (6.25% from 255 or 25% from 60); Green value is 25 (10.16% from 255 or 41.67% from 60); Blue value is 20 (8.20% from 255 or 33.33% from 60); Max value from RGB is 25 - color contains mainly: green. Hex color #0F1914 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1914 is #F0E6EB. Grayscale: #151515. Windows color (decimal): -15787756 or 1317135. OLE color: 1317135.

HSL color Cylindrical-coordinate representation of color #0F1914: hue angle of 150º degrees, saturation: 0.25, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #0F1914 is Cyan = 0.40, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.90.

Color convert

RGB 15 25 20 -
CMYK 0.40 0 0.20 0.90
HSL 150º 0.25% 0.08% -
HSV(B) 150º 0.4% 0.1% -
XYZ 0.67 0.85 0.79 -
YUV 21.44 127.19 123.41 -
System Red Green Blue C M Y K H S L
Decimal 15 25 20 0.40 0 0.20 0.90 150 0.25 0.08
Hex F 19 14 28 0 14 5A 96 19 8
Octal 17 31 24 50 0 24 132 226 31 10
Binary 1111 11001 10100 101000 0 10100 1011010 10010110 11001 1000

Color Harmonies of #0F1914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1914

Black with #0F1914

Text Example


Text Example

White with #0F1914

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,25,20); }

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

background-color css

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

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

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

border-color css

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

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

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