#0B1E17

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

Shades of Dark Green #0B1E17

Tints of Dark Green #0B1E17

Color information

#0B1E17 (or 0x0B1E17) is unknown color: approx Dark Green. HEX triplet: 0B, 1E and 17. RGB value is (11,30,23). Sum of RGB (Red+Green+Blue) = 11+30+23=64 (8% of max value = 765). Red value is 11 (4.69% from 255 or 17.19% from 64); Green value is 30 (12.11% from 255 or 46.88% from 64); Blue value is 23 (9.38% from 255 or 35.94% from 64); Max value from RGB is 30 - color contains mainly: green. Hex color #0B1E17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B1E17 is #F4E1E8. Grayscale: #171717. Windows color (decimal): -16048617 or 1515019. OLE color: 1515019.

HSL color Cylindrical-coordinate representation of color #0B1E17: hue angle of 157.89º degrees, saturation: 0.46, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #0B1E17 is Cyan = 0.63, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.88.

Color convert

RGB113023-
CMYK0.6300.230.88
HSL157.89º46.34%8.04%-
HSV(B)157.89º63.33%11.76%-
XYZ0.761.060.98-
YUV23.52127.71119.07-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 17.19%
GREEN value IS 30 (12.11% from 255) = 46.88%
BLUE value IS 23 (9.38% from 255) = 35.94%
R=17.19%
G=46.88%
B=35.94%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1130230.6300.230.88157.8946.348.04
HexB1E173F017589e2e8
Octal133627770271302365610
Binary101111110101111111110101111011000100111101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1E17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,30,23); }

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

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

 a { background-color: rgb(11,30,23); }

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

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

 span { border-color: rgb(11,30,23); }

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