#0B2B1E

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

Shades of Dark Green #0B2B1E

Tints of Dark Green #0B2B1E

Color information

#0B2B1E (or 0x0B2B1E) is unknown color: approx Dark Green. HEX triplet: 0B, 2B and 1E. RGB value is (11,43,30). Sum of RGB (Red+Green+Blue) = 11+43+30=84 (11% of max value = 765). Red value is 11 (4.69% from 255 or 13.10% from 84); Green value is 43 (17.19% from 255 or 51.19% from 84); Blue value is 30 (12.11% from 255 or 35.71% from 84); Max value from RGB is 43 - color contains mainly: green. Hex color #0B2B1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B2B1E is #F4D4E1. Grayscale: #1F1F1F. Windows color (decimal): -16045282 or 1977099. OLE color: 1977099.

HSL color Cylindrical-coordinate representation of color #0B2B1E: hue angle of 155.62º degrees, saturation: 0.59, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0B2B1E is Cyan = 0.74, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.83.

Color convert

RGB114330-
CMYK0.7400.300.83
HSL155.62º59.26%10.59%-
HSV(B)155.62º74.42%16.86%-
XYZ1.241.891.53-
YUV31.95126.9113.06-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 13.10%
GREEN value IS 43 (17.19% from 255) = 51.19%
BLUE value IS 30 (12.11% from 255) = 35.71%
R=13.10%
G=51.19%
B=35.71%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1143300.7400.300.83155.6259.2610.59
HexB2B1E4A01E539c3bb
Octal1353361120361232347313
Binary10111010111111010010100111101010011100111001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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