#0B1510

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

Shades of Dark Green #0B1510

Tints of Dark Green #0B1510

Color information

#0B1510 (or 0x0B1510) is unknown color: approx Dark Green. HEX triplet: 0B, 15 and 10. RGB value is (11,21,16). Sum of RGB (Red+Green+Blue) = 11+21+16=48 (6% of max value = 765). Red value is 11 (4.69% from 255 or 22.92% from 48); Green value is 21 (8.59% from 255 or 43.75% from 48); Blue value is 16 (6.64% from 255 or 33.33% from 48); Max value from RGB is 21 - color contains mainly: green. Hex color #0B1510 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1510 is #F4EAEF. Grayscale: #111111. Windows color (decimal): -16050928 or 1053963. OLE color: 1053963.

HSL color Cylindrical-coordinate representation of color #0B1510: hue angle of 150º degrees, saturation: 0.31, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #0B1510 is Cyan = 0.48, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.92.

Color convert

RGB112116-
CMYK0.4800.240.92
HSL150º31.25%6.27%-
HSV(B)150º47.62%8.24%-
XYZ0.50.640.59-
YUV17.44127.19123.41-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 22.92%
GREEN value IS 21 (8.59% from 255) = 43.75%
BLUE value IS 16 (6.64% from 255) = 33.33%
R=22.92%
G=43.75%
B=33.33%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1121160.4800.240.9215031.256.27
HexB1510300185C961f6
Octal13252060030134226376
Binary1011101011000011000001100010111001001011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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