#0B271A

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

Shades of Dark Green #0B271A

Tints of Dark Green #0B271A

Color information

#0B271A (or 0x0B271A) is unknown color: approx Dark Green. HEX triplet: 0B, 27 and 1A. RGB value is (11,39,26). Sum of RGB (Red+Green+Blue) = 11+39+26=76 (10% of max value = 765). Red value is 11 (4.69% from 255 or 14.47% from 76); Green value is 39 (15.62% from 255 or 51.32% from 76); Blue value is 26 (10.55% from 255 or 34.21% from 76); Max value from RGB is 39 - color contains mainly: green. Hex color #0B271A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B271A is #F4D8E5. Grayscale: #1D1D1D. Windows color (decimal): -16046310 or 1713931. OLE color: 1713931.

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

Color convert

RGB113926-
CMYK0.7200.330.85
HSL152.14º56%9.8%-
HSV(B)152.14º71.79%15.29%-
XYZ1.051.61.23-
YUV29.15126.22115.06-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 14.47%
GREEN value IS 39 (15.62% from 255) = 51.32%
BLUE value IS 26 (10.55% from 255) = 34.21%
R=14.47%
G=51.32%
B=34.21%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1139260.7200.330.85152.14569.8
HexB271A48021559838a
Octal1347321100411252307012
Binary101110011111010100100001000011010101100110001110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B271A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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