#0B2017

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

Shades of Dark Green #0B2017

Tints of Dark Green #0B2017

Color information

#0B2017 (or 0x0B2017) is unknown color: approx Dark Green. HEX triplet: 0B, 20 and 17. RGB value is (11,32,23). Sum of RGB (Red+Green+Blue) = 11+32+23=66 (8% of max value = 765). Red value is 11 (4.69% from 255 or 16.67% from 66); Green value is 32 (12.89% from 255 or 48.48% from 66); Blue value is 23 (9.38% from 255 or 34.85% from 66); Max value from RGB is 32 - color contains mainly: green. Hex color #0B2017 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B2017 is #F4DFE8. Grayscale: #181818. Windows color (decimal): -16048105 or 1515531. OLE color: 1515531.

HSL color Cylindrical-coordinate representation of color #0B2017: hue angle of 154.29º degrees, saturation: 0.49, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #0B2017 is Cyan = 0.66, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.87.

Color convert

RGB113223-
CMYK0.6600.280.87
HSL154.29º48.84%8.43%-
HSV(B)154.29º65.62%12.55%-
XYZ0.811.170.99-
YUV24.7127.04118.23-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 16.67%
GREEN value IS 32 (12.89% from 255) = 48.48%
BLUE value IS 23 (9.38% from 255) = 34.85%
R=16.67%
G=48.48%
B=34.85%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1132230.6600.280.87154.2948.848.43
HexB20174201C579a318
Octal1340271020341272326110
Binary10111000001011110000100111001010111100110101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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