#0B2720

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

Shades of Dark Green #0B2720

Tints of Dark Green #0B2720

Color information

#0B2720 (or 0x0B2720) is unknown color: approx Dark Green. HEX triplet: 0B, 27 and 20. RGB value is (11,39,32). Sum of RGB (Red+Green+Blue) = 11+39+32=82 (10% of max value = 765). Red value is 11 (4.69% from 255 or 13.41% from 82); Green value is 39 (15.62% from 255 or 47.56% from 82); Blue value is 32 (12.89% from 255 or 39.02% from 82); Max value from RGB is 39 - color contains mainly: green. Hex color #0B2720 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B2720 is #F4D8DF. Grayscale: #1D1D1D. Windows color (decimal): -16046304 or 2107147. OLE color: 2107147.

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

Color convert

RGB113932-
CMYK0.7200.180.85
HSL165º56%9.8%-
HSV(B)165º71.79%15.29%-
XYZ1.121.631.62-
YUV29.83129.22114.57-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 13.41%
GREEN value IS 39 (15.62% from 255) = 47.56%
BLUE value IS 32 (12.89% from 255) = 39.02%
R=13.41%
G=47.56%
B=39.02%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1139320.7200.180.85165569.8
HexB27204801255a538a
Octal1347401100221252457012
Binary101110011110000010010000100101010101101001011110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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