#0B2716

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

Shades of Dark Green #0B2716

Tints of Dark Green #0B2716

Color information

#0B2716 (or 0x0B2716) is unknown color: approx Dark Green. HEX triplet: 0B, 27 and 16. RGB value is (11,39,22). Sum of RGB (Red+Green+Blue) = 11+39+22=72 (9% of max value = 765). Red value is 11 (4.69% from 255 or 15.28% from 72); Green value is 39 (15.62% from 255 or 54.17% from 72); Blue value is 22 (8.98% from 255 or 30.56% from 72); Max value from RGB is 39 - color contains mainly: green. Hex color #0B2716 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B2716 is #F4D8E9. Grayscale: #1C1C1C. Windows color (decimal): -16046314 or 1451787. OLE color: 1451787.

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

Color convert

RGB113922-
CMYK0.7200.440.85
HSL143.57º56%9.8%-
HSV(B)143.57º71.79%15.29%-
XYZ1.011.581.01-
YUV28.69124.22115.38-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 15.28%
GREEN value IS 39 (15.62% from 255) = 54.17%
BLUE value IS 22 (8.98% from 255) = 30.56%
R=15.28%
G=54.17%
B=30.56%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1139220.7200.440.85143.57569.8
HexB27164802C559038a
Octal1347261100541252207012
Binary101110011110110100100001011001010101100100001110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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