#0B1812

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

Shades of Dark Green #0B1812

Tints of Dark Green #0B1812

Color information

#0B1812 (or 0x0B1812) is unknown color: approx Dark Green. HEX triplet: 0B, 18 and 12. RGB value is (11,24,18). Sum of RGB (Red+Green+Blue) = 11+24+18=53 (7% of max value = 765). Red value is 11 (4.69% from 255 or 20.75% from 53); Green value is 24 (9.77% from 255 or 45.28% from 53); Blue value is 18 (7.42% from 255 or 33.96% from 53); Max value from RGB is 24 - color contains mainly: green. Hex color #0B1812 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1812 is #F4E7ED. Grayscale: #131313. Windows color (decimal): -16050158 or 1185803. OLE color: 1185803.

HSL color Cylindrical-coordinate representation of color #0B1812: hue angle of 152.31º degrees, saturation: 0.37, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #0B1812 is Cyan = 0.54, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.91.

Color convert

RGB112418-
CMYK0.5400.250.91
HSL152.31º37.14%6.86%-
HSV(B)152.31º54.17%9.41%-
XYZ0.570.770.69-
YUV19.43127.19121.99-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 20.75%
GREEN value IS 24 (9.77% from 255) = 45.28%
BLUE value IS 18 (7.42% from 255) = 33.96%
R=20.75%
G=45.28%
B=33.96%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1124180.5400.250.91152.3137.146.86
HexB1812360195B98257
Octal13302266031133230457
Binary10111100010010110110011001101101110011000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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