#0B221E

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

Shades of Dark Green #0B221E

Tints of Dark Green #0B221E

Color information

#0B221E (or 0x0B221E) is unknown color: approx Dark Green. HEX triplet: 0B, 22 and 1E. RGB value is (11,34,30). Sum of RGB (Red+Green+Blue) = 11+34+30=75 (9% of max value = 765). Red value is 11 (4.69% from 255 or 14.67% from 75); Green value is 34 (13.67% from 255 or 45.33% from 75); Blue value is 30 (12.11% from 255 or 40% from 75); Max value from RGB is 34 - color contains mainly: green. Hex color #0B221E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B221E is #F4DDE1. Grayscale: #1A1A1A. Windows color (decimal): -16047586 or 1974795. OLE color: 1974795.

HSL color Cylindrical-coordinate representation of color #0B221E: hue angle of 169.57º degrees, saturation: 0.51, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0B221E is Cyan = 0.68, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.87.

Color convert

RGB113430-
CMYK0.6800.120.87
HSL169.57º51.11%8.82%-
HSV(B)169.57º67.65%13.33%-
XYZ0.941.311.43-
YUV26.67129.88116.83-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 14.67%
GREEN value IS 34 (13.67% from 255) = 45.33%
BLUE value IS 30 (12.11% from 255) = 40%
R=14.67%
G=45.33%
B=40%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1134300.6800.120.87169.5751.118.82
HexB221E440C57aa339
Octal1342361040141272526311
Binary1011100010111101000100011001010111101010101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B221E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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