Html Css Color HEX #0F2019 Dark Green

📋 copy color: '#0F2019'

red 15 ◦ green 32 ◦ blue 25

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

Shades of Dark Green #0F2019

Tints of Dark Green #0F2019

RGB

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

 GREEN value IS 32 (12.89% from 255) = 44.44%

 BLUE value IS 25 (10.16% from 255) = 34.72%

R = 20.83%
G = 44.44%
B = 34.72%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.22

 K value IS 0.87

RGB Variations

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

Color information

#0F2019 (or 0x0F2019) is known color: Dark Green. HEX triplet: 0F, 20 and 19. RGB value is (15,32,25). Sum of RGB (Red+Green+Blue) = 15+32+25=72 (9% of max value = 765). Red value is 15 (6.25% from 255 or 20.83% from 72); Green value is 32 (12.89% from 255 or 44.44% from 72); Blue value is 25 (10.16% from 255 or 34.72% from 72); Max value from RGB is 32 - color contains mainly: green. Hex color #0F2019 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2019 is #F0DFE6. Grayscale: #1A1A1A. Windows color (decimal): -15785959 or 1646607. OLE color: 1646607.

HSL color Cylindrical-coordinate representation of color #0F2019: hue angle of 155.29º degrees, saturation: 0.36, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #0F2019 is Cyan = 0.53, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.87.

Color convert

RGB 15 32 25 -
CMYK 0.53 0 0.22 0.87
HSL 155.29º 0.36% 0.09% -
HSV(B) 155.29º 0.53% 0.13% -
XYZ 0.89 1.2 1.11 -
YUV 26.12 127.37 120.07 -
System Red Green Blue C M Y K H S L
Decimal 15 32 25 0.53 0 0.22 0.87 155.29 0.36 0.09
Hex F 20 19 35 0 16 57 9B 24 9
Octal 17 40 31 65 0 26 127 233 44 11
Binary 1111 100000 11001 110101 0 10110 1010111 10011011 100100 1001

Color Harmonies of #0F2019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F2019

Black with #0F2019

Text Example


Text Example

White with #0F2019

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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