#0B2119

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

Shades of Dark Green #0B2119

Tints of Dark Green #0B2119

Color information

#0B2119 (or 0x0B2119) is unknown color: approx Dark Green. HEX triplet: 0B, 21 and 19. RGB value is (11,33,25). Sum of RGB (Red+Green+Blue) = 11+33+25=69 (9% of max value = 765). Red value is 11 (4.69% from 255 or 15.94% from 69); Green value is 33 (13.28% from 255 or 47.83% from 69); Blue value is 25 (10.16% from 255 or 36.23% from 69); Max value from RGB is 33 - color contains mainly: green. Hex color #0B2119 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B2119 is #F4DEE6. Grayscale: #191919. Windows color (decimal): -16047847 or 1646859. OLE color: 1646859.

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

Color convert

RGB113325-
CMYK0.6700.240.87
HSL158.18º50%8.63%-
HSV(B)158.18º66.67%12.94%-
XYZ0.861.231.11-
YUV25.51127.71117.65-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 15.94%
GREEN value IS 33 (13.28% from 255) = 47.83%
BLUE value IS 25 (10.16% from 255) = 36.23%
R=15.94%
G=47.83%
B=36.23%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1133250.6700.240.87158.18508.63
HexB211943018579e329
Octal1341311030301272366211
Binary10111000011100110000110110001010111100111101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,33,25); }

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

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

 a { background-color: rgb(11,33,25); }

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

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

 span { border-color: rgb(11,33,25); }

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