#0B1A15

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

Shades of Dark Green #0B1A15

Tints of Dark Green #0B1A15

Color information

#0B1A15 (or 0x0B1A15) is unknown color: approx Dark Green. HEX triplet: 0B, 1A and 15. RGB value is (11,26,21). Sum of RGB (Red+Green+Blue) = 11+26+21=58 (7% of max value = 765). Red value is 11 (4.69% from 255 or 18.97% from 58); Green value is 26 (10.55% from 255 or 44.83% from 58); Blue value is 21 (8.59% from 255 or 36.21% from 58); Max value from RGB is 26 - color contains mainly: green. Hex color #0B1A15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B1A15 is #F4E5EA. Grayscale: #141414. Windows color (decimal): -16049643 or 1382923. OLE color: 1382923.

HSL color Cylindrical-coordinate representation of color #0B1A15: hue angle of 160º 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 #0B1A15 is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.90.

Color convert

RGB112621-
CMYK0.5800.190.90
HSL160º40.54%7.25%-
HSV(B)160º57.69%10.2%-
XYZ0.640.860.84-
YUV20.94128.03120.91-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 18.97%
GREEN value IS 26 (10.55% from 255) = 44.83%
BLUE value IS 21 (8.59% from 255) = 36.21%
R=18.97%
G=44.83%
B=36.21%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1126210.5800.190.9016040.547.25
HexB1A153A0135Aa0297
Octal13322572023132240517
Binary10111101010101111010010011101101010100000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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