#0B201C

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

Shades of Dark Green #0B201C

Tints of Dark Green #0B201C

Color information

#0B201C (or 0x0B201C) is unknown color: approx Dark Green. HEX triplet: 0B, 20 and 1C. RGB value is (11,32,28). Sum of RGB (Red+Green+Blue) = 11+32+28=71 (9% of max value = 765). Red value is 11 (4.69% from 255 or 15.49% from 71); Green value is 32 (12.89% from 255 or 45.07% from 71); Blue value is 28 (11.33% from 255 or 39.44% from 71); Max value from RGB is 32 - color contains mainly: green. Hex color #0B201C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B201C is #F4DFE3. Grayscale: #191919. Windows color (decimal): -16048100 or 1843211. OLE color: 1843211.

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

Color convert

RGB113228-
CMYK0.6600.120.87
HSL168.57º48.84%8.43%-
HSV(B)168.57º65.62%12.55%-
XYZ0.861.191.28-
YUV25.26129.54117.83-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 15.49%
GREEN value IS 32 (12.89% from 255) = 45.07%
BLUE value IS 28 (11.33% from 255) = 39.44%
R=15.49%
G=45.07%
B=39.44%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1132280.6600.120.87168.5748.848.43
HexB201C420C57a9318
Octal1340341020141272516110
Binary1011100000111001000010011001010111101010011100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B201C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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