#0B1A16

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

Shades of Dark Green #0B1A16

Tints of Dark Green #0B1A16

Color information

#0B1A16 (or 0x0B1A16) is unknown color: approx Dark Green. HEX triplet: 0B, 1A and 16. RGB value is (11,26,22). Sum of RGB (Red+Green+Blue) = 11+26+22=59 (7% of max value = 765). Red value is 11 (4.69% from 255 or 18.64% from 59); Green value is 26 (10.55% from 255 or 44.07% from 59); Blue value is 22 (8.98% from 255 or 37.29% from 59); Max value from RGB is 26 - color contains mainly: green. Hex color #0B1A16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B1A16 is #F4E5E9. Grayscale: #151515. Windows color (decimal): -16049642 or 1448459. OLE color: 1448459.

HSL color Cylindrical-coordinate representation of color #0B1A16: hue angle of 164º degrees, saturation: 0.41, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #0B1A16 is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.90.

Color convert

RGB112622-
CMYK0.5800.150.90
HSL164º40.54%7.25%-
HSV(B)164º57.69%10.2%-
XYZ0.650.870.89-
YUV21.06128.53120.83-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 18.64%
GREEN value IS 26 (10.55% from 255) = 44.07%
BLUE value IS 22 (8.98% from 255) = 37.29%
R=18.64%
G=44.07%
B=37.29%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1126220.5800.150.9016440.547.25
HexB1A163A0F5Aa4297
Octal13322672017132244517
Binary1011110101011011101001111101101010100100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,26,22); }

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

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

 a { background-color: rgb(11,26,22); }

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

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

 span { border-color: rgb(11,26,22); }

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