#0B1D13

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

Shades of Dark Green #0B1D13

Tints of Dark Green #0B1D13

Color information

#0B1D13 (or 0x0B1D13) is unknown color: approx Dark Green. HEX triplet: 0B, 1D and 13. RGB value is (11,29,19). Sum of RGB (Red+Green+Blue) = 11+29+19=59 (7% of max value = 765). Red value is 11 (4.69% from 255 or 18.64% from 59); Green value is 29 (11.72% from 255 or 49.15% from 59); Blue value is 19 (7.81% from 255 or 32.20% from 59); Max value from RGB is 29 - color contains mainly: green. Hex color #0B1D13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B1D13 is #F4E2EC. Grayscale: #161616. Windows color (decimal): -16048877 or 1252619. OLE color: 1252619.

HSL color Cylindrical-coordinate representation of color #0B1D13: hue angle of 146.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 #0B1D13 is Cyan = 0.62, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.89.

Color convert

RGB112919-
CMYK0.6200.340.89
HSL146.67º45%7.84%-
HSV(B)146.67º62.07%11.37%-
XYZ0.6910.77-
YUV22.48126.04119.81-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 18.64%
GREEN value IS 29 (11.72% from 255) = 49.15%
BLUE value IS 19 (7.81% from 255) = 32.20%
R=18.64%
G=49.15%
B=32.20%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1129190.6200.340.89146.67457.84
HexB1D133E02259932d8
Octal133523760421312235510
Binary1011111011001111111001000101011001100100111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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