#0B281C

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

Shades of Dark Green #0B281C

Tints of Dark Green #0B281C

Color information

#0B281C (or 0x0B281C) is unknown color: approx Dark Green. HEX triplet: 0B, 28 and 1C. RGB value is (11,40,28). Sum of RGB (Red+Green+Blue) = 11+40+28=79 (10% of max value = 765). Red value is 11 (4.69% from 255 or 13.92% from 79); Green value is 40 (16.02% from 255 or 50.63% from 79); Blue value is 28 (11.33% from 255 or 35.44% from 79); Max value from RGB is 40 - color contains mainly: green. Hex color #0B281C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B281C is #F4D7E3. Grayscale: #1D1D1D. Windows color (decimal): -16046052 or 1845259. OLE color: 1845259.

HSL color Cylindrical-coordinate representation of color #0B281C: hue angle of 155.17º degrees, saturation: 0.57, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0B281C is Cyan = 0.72, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.84.

Color convert

RGB114028-
CMYK0.7200.300.84
HSL155.17º56.86%10%-
HSV(B)155.17º72.5%15.69%-
XYZ1.111.671.36-
YUV29.96126.89114.48-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 13.92%
GREEN value IS 40 (16.02% from 255) = 50.63%
BLUE value IS 28 (11.33% from 255) = 35.44%
R=13.92%
G=50.63%
B=35.44%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1140280.7200.300.84155.1756.8610
HexB281C4801E549b39a
Octal1350341100361242337112
Binary10111010001110010010000111101010100100110111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B281C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,40,28); }

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

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

 a { background-color: rgb(11,40,28); }

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

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

 span { border-color: rgb(11,40,28); }

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