#0B1E14

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

Shades of Dark Green #0B1E14

Tints of Dark Green #0B1E14

Color information

#0B1E14 (or 0x0B1E14) is unknown color: approx Dark Green. HEX triplet: 0B, 1E and 14. RGB value is (11,30,20). Sum of RGB (Red+Green+Blue) = 11+30+20=61 (8% of max value = 765). Red value is 11 (4.69% from 255 or 18.03% from 61); Green value is 30 (12.11% from 255 or 49.18% from 61); Blue value is 20 (8.20% from 255 or 32.79% from 61); Max value from RGB is 30 - color contains mainly: green. Hex color #0B1E14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B1E14 is #F4E1EB. Grayscale: #171717. Windows color (decimal): -16048620 or 1318411. OLE color: 1318411.

HSL color Cylindrical-coordinate representation of color #0B1E14: hue angle of 148.42º degrees, saturation: 0.46, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #0B1E14 is Cyan = 0.63, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.88.

Color convert

RGB113020-
CMYK0.6300.330.88
HSL148.42º46.34%8.04%-
HSV(B)148.42º63.33%11.76%-
XYZ0.731.050.83-
YUV23.18126.21119.31-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 18.03%
GREEN value IS 30 (12.11% from 255) = 49.18%
BLUE value IS 20 (8.20% from 255) = 32.79%
R=18.03%
G=49.18%
B=32.79%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1130200.6300.330.88148.4246.348.04
HexB1E143F02158942e8
Octal133624770411302245610
Binary1011111101010011111101000011011000100101001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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