Html Css Color HEX #0F1F1B Dark Green

📋 copy color: '#0F1F1B'

red 15 ◦ green 31 ◦ blue 27

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

Shades of Dark Green #0F1F1B

Tints of Dark Green #0F1F1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 36.99%

R = 20.55%
G = 42.47%
B = 36.99%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.13

 K value IS 0.88

RGB Variations

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

Color information

#0F1F1B (or 0x0F1F1B) is known color: Dark Green. HEX triplet: 0F, 1F and 1B. RGB value is (15,31,27). Sum of RGB (Red+Green+Blue) = 15+31+27=73 (9% of max value = 765). Red value is 15 (6.25% from 255 or 20.55% from 73); Green value is 31 (12.5% from 255 or 42.47% from 73); Blue value is 27 (10.94% from 255 or 36.99% from 73); Max value from RGB is 31 - color contains mainly: green. Hex color #0F1F1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F1F1B is #F0E0E4. Grayscale: #191919. Windows color (decimal): -15786213 or 1777423. OLE color: 1777423.

HSL color Cylindrical-coordinate representation of color #0F1F1B: hue angle of 165º 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 #0F1F1B is Cyan = 0.52, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.88.

Color convert

RGB 15 31 27 -
CMYK 0.52 0 0.13 0.88
HSL 165º 0.35% 0.09% -
HSV(B) 165º 0.52% 0.12% -
XYZ 0.88 1.16 1.21 -
YUV 25.76 128.7 120.33 -
System Red Green Blue C M Y K H S L
Decimal 15 31 27 0.52 0 0.13 0.88 165 0.35 0.09
Hex F 1F 1B 34 0 D 58 A5 23 9
Octal 17 37 33 64 0 15 130 245 43 11
Binary 1111 11111 11011 110100 0 1101 1011000 10100101 100011 1001

Color Harmonies of #0F1F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1F1B

Black with #0F1F1B

Text Example


Text Example

White with #0F1F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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