#0B201A

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

Shades of Dark Green #0B201A

Tints of Dark Green #0B201A

Color information

#0B201A (or 0x0B201A) is unknown color: approx Dark Green. HEX triplet: 0B, 20 and 1A. RGB value is (11,32,26). Sum of RGB (Red+Green+Blue) = 11+32+26=69 (9% of max value = 765). Red value is 11 (4.69% from 255 or 15.94% from 69); Green value is 32 (12.89% from 255 or 46.38% from 69); Blue value is 26 (10.55% from 255 or 37.68% from 69); Max value from RGB is 32 - color contains mainly: green. Hex color #0B201A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B201A is #F4DFE5. Grayscale: #191919. Windows color (decimal): -16048102 or 1712139. OLE color: 1712139.

HSL color Cylindrical-coordinate representation of color #0B201A: hue angle of 162.86º 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 #0B201A is Cyan = 0.66, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.87.

Color convert

RGB113226-
CMYK0.6600.190.87
HSL162.86º48.84%8.43%-
HSV(B)162.86º65.62%12.55%-
XYZ0.841.181.16-
YUV25.04128.54117.99-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 15.94%
GREEN value IS 32 (12.89% from 255) = 46.38%
BLUE value IS 26 (10.55% from 255) = 37.68%
R=15.94%
G=46.38%
B=37.68%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1132260.6600.190.87162.8648.848.43
HexB201A4201357a3318
Octal1340321020231272436110
Binary10111000001101010000100100111010111101000111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B201A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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