#0B1D1C

Color #0B1D1C Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #0B1D1C

Tints of Dark Green #0B1D1C

Color information

#0B1D1C (or 0x0B1D1C) is unknown color: approx Dark Green. HEX triplet: 0B, 1D and 1C. RGB value is (11,29,28). Sum of RGB (Red+Green+Blue) = 11+29+28=68 (9% of max value = 765). Red value is 11 (4.69% from 255 or 16.18% from 68); Green value is 29 (11.72% from 255 or 42.65% from 68); Blue value is 28 (11.33% from 255 or 41.18% from 68); Max value from RGB is 29 - color contains mainly: green. Hex color #0B1D1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B1D1C is #F4E2E3. Grayscale: #171717. Windows color (decimal): -16048868 or 1842443. OLE color: 1842443.

HSL color Cylindrical-coordinate representation of color #0B1D1C: hue angle of 176.67º degrees, saturation: 0.45, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0B1D1C is Cyan = 0.62, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.89.

Color convert

RGB112928-
CMYK0.6200.030.89
HSL176.67º45%7.84%-
HSV(B)176.67º62.07%11.37%-
XYZ0.791.031.26-
YUV23.5130.54119.08-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 16.18%
GREEN value IS 29 (11.72% from 255) = 42.65%
BLUE value IS 28 (11.33% from 255) = 41.18%
R=16.18%
G=42.65%
B=41.18%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1129280.6200.030.89176.67457.84
HexB1D1C3E0359b12d8
Octal13353476031312615510
Binary101111101111001111100111011001101100011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,29,28); }

 H1.HeaderClassName
 {
   color: #0B1D1C;
 }
 .AnyTagClassName
 {
   color: #0B1D1C;
 }
</style>
background-color css

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

 a { background-color: rgb(11,29,28); }

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

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

 span { border-color: rgb(11,29,28); }

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