#0B281D

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

Shades of Dark Green #0B281D

Tints of Dark Green #0B281D

Color information

#0B281D (or 0x0B281D) is unknown color: approx Dark Green. HEX triplet: 0B, 28 and 1D. RGB value is (11,40,29). Sum of RGB (Red+Green+Blue) = 11+40+29=80 (10% of max value = 765). Red value is 11 (4.69% from 255 or 13.75% from 80); Green value is 40 (16.02% from 255 or 50% from 80); Blue value is 29 (11.72% from 255 or 36.25% from 80); Max value from RGB is 40 - color contains mainly: green. Hex color #0B281D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B281D is #F4D7E2. Grayscale: #1E1E1E. Windows color (decimal): -16046051 or 1910795. OLE color: 1910795.

HSL color Cylindrical-coordinate representation of color #0B281D: hue angle of 157.24º 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 #0B281D is Cyan = 0.72, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.84.

Color convert

RGB114029-
CMYK0.7200.280.84
HSL157.24º56.86%10%-
HSV(B)157.24º72.5%15.69%-
XYZ1.121.681.43-
YUV30.08127.39114.39-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 13.75%
GREEN value IS 40 (16.02% from 255) = 50%
BLUE value IS 29 (11.72% from 255) = 36.25%
R=13.75%
G=50%
B=36.25%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1140290.7200.280.84157.2456.8610
HexB281D4801C549d39a
Octal1350351100341242357112
Binary10111010001110110010000111001010100100111011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B281D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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