#0B2114

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

Shades of Dark Green #0B2114

Tints of Dark Green #0B2114

Color information

#0B2114 (or 0x0B2114) is unknown color: approx Dark Green. HEX triplet: 0B, 21 and 14. RGB value is (11,33,20). Sum of RGB (Red+Green+Blue) = 11+33+20=64 (8% of max value = 765). Red value is 11 (4.69% from 255 or 17.19% from 64); Green value is 33 (13.28% from 255 or 51.56% from 64); Blue value is 20 (8.20% from 255 or 31.25% from 64); Max value from RGB is 33 - color contains mainly: green. Hex color #0B2114 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B2114 is #F4DEEB. Grayscale: #181818. Windows color (decimal): -16047852 or 1319179. OLE color: 1319179.

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

Color convert

RGB113320-
CMYK0.6700.390.87
HSL144.55º50%8.63%-
HSV(B)144.55º66.67%12.94%-
XYZ0.811.210.85-
YUV24.94125.21118.06-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 17.19%
GREEN value IS 33 (13.28% from 255) = 51.56%
BLUE value IS 20 (8.20% from 255) = 31.25%
R=17.19%
G=51.56%
B=31.25%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1133200.6700.390.87144.55508.63
HexB2114430275791329
Octal1341241030471272216211
Binary101110000110100100001101001111010111100100011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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