Html Css Color HEX #0F1E1C Dark Green

📋 copy color: '#0F1E1C'

red 15 ◦ green 30 ◦ blue 28

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

Shades of Dark Green #0F1E1C

Tints of Dark Green #0F1E1C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 41.1%

 BLUE value IS 28 (11.33% from 255) = 38.36%

R = 20.55%
G = 41.1%
B = 38.36%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.07

 K value IS 0.88

RGB Variations

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

Color information

#0F1E1C (or 0x0F1E1C) is known color: Dark Green. HEX triplet: 0F, 1E and 1C. RGB value is (15,30,28). Sum of RGB (Red+Green+Blue) = 15+30+28=73 (9% of max value = 765). Red value is 15 (6.25% from 255 or 20.55% from 73); Green value is 30 (12.11% from 255 or 41.10% from 73); Blue value is 28 (11.33% from 255 or 38.36% from 73); Max value from RGB is 30 - color contains mainly: green. Hex color #0F1E1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F1E1C is #F0E1E3. Grayscale: #191919. Windows color (decimal): -15786468 or 1842703. OLE color: 1842703.

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

Color convert

RGB 15 30 28 -
CMYK 0.5 0 0.07 0.88
HSL 172º 0.33% 0.09% -
HSV(B) 172º 0.5% 0.12% -
XYZ 0.87 1.11 1.27 -
YUV 25.29 129.53 120.66 -
System Red Green Blue C M Y K H S L
Decimal 15 30 28 0.5 0 0.07 0.88 172 0.33 0.09
Hex F 1E 1C 32 0 7 58 AC 21 9
Octal 17 36 34 62 0 7 130 254 41 11
Binary 1111 11110 11100 110010 0 111 1011000 10101100 100001 1001

Color Harmonies of #0F1E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1E1C

Black with #0F1E1C

Text Example


Text Example

White with #0F1E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,30,28); }

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

background-color css

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

 a { background-color: rgb(15,30,28); }

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

border-color css

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

 span { border-color: rgb(15,30,28); }

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