#0B281B

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

Shades of Dark Green #0B281B

Tints of Dark Green #0B281B

Color information

#0B281B (or 0x0B281B) is unknown color: approx Dark Green. HEX triplet: 0B, 28 and 1B. RGB value is (11,40,27). Sum of RGB (Red+Green+Blue) = 11+40+27=78 (10% of max value = 765). Red value is 11 (4.69% from 255 or 14.10% from 78); Green value is 40 (16.02% from 255 or 51.28% from 78); Blue value is 27 (10.94% from 255 or 34.62% from 78); Max value from RGB is 40 - color contains mainly: green. Hex color #0B281B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B281B is #F4D7E4. Grayscale: #1D1D1D. Windows color (decimal): -16046053 or 1779723. OLE color: 1779723.

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

Color convert

RGB114027-
CMYK0.7200.330.84
HSL153.1º56.86%10%-
HSV(B)153.1º72.5%15.69%-
XYZ1.091.671.3-
YUV29.85126.39114.56-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 14.10%
GREEN value IS 40 (16.02% from 255) = 51.28%
BLUE value IS 27 (10.94% from 255) = 34.62%
R=14.10%
G=51.28%
B=34.62%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1140270.7200.330.84153.156.8610
HexB281B48021549939a
Octal1350331100411242317112
Binary101110100011011100100001000011010100100110011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B281B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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