#0B2718

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

Shades of Dark Green #0B2718

Tints of Dark Green #0B2718

Color information

#0B2718 (or 0x0B2718) is unknown color: approx Dark Green. HEX triplet: 0B, 27 and 18. RGB value is (11,39,24). Sum of RGB (Red+Green+Blue) = 11+39+24=74 (9% of max value = 765). Red value is 11 (4.69% from 255 or 14.86% from 74); Green value is 39 (15.62% from 255 or 52.70% from 74); Blue value is 24 (9.77% from 255 or 32.43% from 74); Max value from RGB is 39 - color contains mainly: green. Hex color #0B2718 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B2718 is #F4D8E7. Grayscale: #1C1C1C. Windows color (decimal): -16046312 or 1582859. OLE color: 1582859.

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

Color convert

RGB113924-
CMYK0.7200.380.85
HSL147.86º56%9.8%-
HSV(B)147.86º71.79%15.29%-
XYZ1.031.591.12-
YUV28.92125.22115.22-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 14.86%
GREEN value IS 39 (15.62% from 255) = 52.70%
BLUE value IS 24 (9.77% from 255) = 32.43%
R=14.86%
G=52.70%
B=32.43%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1139240.7200.380.85147.86569.8
HexB271848026559438a
Octal1347301100461252247012
Binary101110011111000100100001001101010101100101001110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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