Html Css Color HEX #0F1F1D Dark Green

📋 copy color: '#0F1F1D'

red 15 ◦ green 31 ◦ blue 29

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

Shades of Dark Green #0F1F1D

Tints of Dark Green #0F1F1D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 41.33%

 BLUE value IS 29 (11.72% from 255) = 38.67%

R = 20%
G = 41.33%
B = 38.67%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.06

 K value IS 0.88

RGB Variations

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

Color information

#0F1F1D (or 0x0F1F1D) is known color: Dark Green. HEX triplet: 0F, 1F and 1D. RGB value is (15,31,29). Sum of RGB (Red+Green+Blue) = 15+31+29=75 (9% of max value = 765). Red value is 15 (6.25% from 255 or 20% from 75); Green value is 31 (12.5% from 255 or 41.33% from 75); Blue value is 29 (11.72% from 255 or 38.67% from 75); Max value from RGB is 31 - color contains mainly: green. Hex color #0F1F1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F1F1D is #F0E0E2. Grayscale: #191919. Windows color (decimal): -15786211 or 1908495. OLE color: 1908495.

HSL color Cylindrical-coordinate representation of color #0F1F1D: hue angle of 172.5º degrees, saturation: 0.35, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #0F1F1D is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.88.

Color convert

RGB 15 31 29 -
CMYK 0.52 0 0.06 0.88
HSL 172.5º 0.35% 0.09% -
HSV(B) 172.5º 0.52% 0.12% -
XYZ 0.91 1.17 1.34 -
YUV 25.99 129.7 120.16 -
System Red Green Blue C M Y K H S L
Decimal 15 31 29 0.52 0 0.06 0.88 172.5 0.35 0.09
Hex F 1F 1D 34 0 6 58 AC 23 9
Octal 17 37 35 64 0 6 130 254 43 11
Binary 1111 11111 11101 110100 0 110 1011000 10101100 100011 1001

Color Harmonies of #0F1F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1F1D

Black with #0F1F1D

Text Example


Text Example

White with #0F1F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,31,29); }

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

background-color css

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

 a { background-color: rgb(15,31,29); }

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

border-color css

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

 span { border-color: rgb(15,31,29); }

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