#0B1C12

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

Shades of Dark Green #0B1C12

Tints of Dark Green #0B1C12

Color information

#0B1C12 (or 0x0B1C12) is unknown color: approx Dark Green. HEX triplet: 0B, 1C and 12. RGB value is (11,28,18). Sum of RGB (Red+Green+Blue) = 11+28+18=57 (7% of max value = 765). Red value is 11 (4.69% from 255 or 19.30% from 57); Green value is 28 (11.33% from 255 or 49.12% from 57); Blue value is 18 (7.42% from 255 or 31.58% from 57); Max value from RGB is 28 - color contains mainly: green. Hex color #0B1C12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B1C12 is #F4E3ED. Grayscale: #151515. Windows color (decimal): -16049134 or 1186827. OLE color: 1186827.

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

Color convert

RGB112818-
CMYK0.6100.360.89
HSL144.71º43.59%7.65%-
HSV(B)144.71º60.71%10.98%-
XYZ0.660.950.72-
YUV21.78125.87120.31-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 19.30%
GREEN value IS 28 (11.33% from 255) = 49.12%
BLUE value IS 18 (7.42% from 255) = 31.58%
R=19.30%
G=49.12%
B=31.58%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1128180.6100.360.89144.7143.597.65
HexB1C123D02459912c8
Octal133422750441312215410
Binary1011111001001011110101001001011001100100011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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