#0B2721

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

Shades of Dark Green #0B2721

Tints of Dark Green #0B2721

Color information

#0B2721 (or 0x0B2721) is unknown color: approx Dark Green. HEX triplet: 0B, 27 and 21. RGB value is (11,39,33). Sum of RGB (Red+Green+Blue) = 11+39+33=83 (10% of max value = 765). Red value is 11 (4.69% from 255 or 13.25% from 83); Green value is 39 (15.62% from 255 or 46.99% from 83); Blue value is 33 (13.28% from 255 or 39.76% from 83); Max value from RGB is 39 - color contains mainly: green. Hex color #0B2721 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B2721 is #F4D8DE. Grayscale: #1D1D1D. Windows color (decimal): -16046303 or 2172683. OLE color: 2172683.

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

Color convert

RGB113933-
CMYK0.7200.150.85
HSL167.14º56%9.8%-
HSV(B)167.14º71.79%15.29%-
XYZ1.141.631.69-
YUV29.94129.72114.49-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 13.25%
GREEN value IS 39 (15.62% from 255) = 46.99%
BLUE value IS 33 (13.28% from 255) = 39.76%
R=13.25%
G=46.99%
B=39.76%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1139330.7200.150.85167.14569.8
HexB2721480F55a738a
Octal1347411100171252477012
Binary10111001111000011001000011111010101101001111110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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