#0B392C

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

Shades of Dark Green #0B392C

Tints of Dark Green #0B392C

Color information

#0B392C (or 0x0B392C) is unknown color: approx Dark Green. HEX triplet: 0B, 39 and 2C. RGB value is (11,57,44). Sum of RGB (Red+Green+Blue) = 11+57+44=112 (14% of max value = 765). Red value is 11 (4.69% from 255 or 9.82% from 112); Green value is 57 (22.66% from 255 or 50.89% from 112); Blue value is 44 (17.58% from 255 or 39.29% from 112); Max value from RGB is 57 - color contains mainly: green. Hex color #0B392C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B392C is #F4C6D3. Grayscale: #292929. Windows color (decimal): -16041684 or 2898187. OLE color: 2898187.

HSL color Cylindrical-coordinate representation of color #0B392C: hue angle of 163.04º degrees, saturation: 0.68, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0B392C is Cyan = 0.81, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.78.

Color convert

RGB115744-
CMYK0.8100.230.78
HSL163.04º67.65%13.33%-
HSV(B)163.04º80.7%22.35%-
XYZ2.063.182.89-
YUV41.76129.26106.06-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 9.82%
GREEN value IS 57 (22.66% from 255) = 50.89%
BLUE value IS 44 (17.58% from 255) = 39.29%
R=9.82%
G=50.89%
B=39.29%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1157440.8100.230.78163.0467.6513.33
HexB392C510174Ea344d
Octal13715412102711624310415
Binary1011111001101100101000101011110011101010001110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B392C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,57,44); }

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

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

 a { background-color: rgb(11,57,44); }

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

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

 span { border-color: rgb(11,57,44); }

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