#0B271E

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

Shades of Dark Green #0B271E

Tints of Dark Green #0B271E

Color information

#0B271E (or 0x0B271E) is unknown color: approx Dark Green. HEX triplet: 0B, 27 and 1E. RGB value is (11,39,30). Sum of RGB (Red+Green+Blue) = 11+39+30=80 (10% of max value = 765). Red value is 11 (4.69% from 255 or 13.75% from 80); Green value is 39 (15.62% from 255 or 48.75% from 80); Blue value is 30 (12.11% from 255 or 37.5% from 80); Max value from RGB is 39 - color contains mainly: green. Hex color #0B271E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B271E is #F4D8E1. Grayscale: #1D1D1D. Windows color (decimal): -16046306 or 1976075. OLE color: 1976075.

HSL color Cylindrical-coordinate representation of color #0B271E: hue angle of 160.71º degrees, saturation: 0.56, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0B271E is Cyan = 0.72, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.85.

Color convert

RGB113930-
CMYK0.7200.230.85
HSL160.71º56%9.8%-
HSV(B)160.71º71.79%15.29%-
XYZ1.11.621.48-
YUV29.6128.22114.73-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 13.75%
GREEN value IS 39 (15.62% from 255) = 48.75%
BLUE value IS 30 (12.11% from 255) = 37.5%
R=13.75%
G=48.75%
B=37.5%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1139300.7200.230.85160.71569.8
HexB271E4801755a138a
Octal1347361100271252417012
Binary10111001111111010010000101111010101101000011110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B271E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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