#0B3120

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

Shades of Dark Green #0B3120

Tints of Dark Green #0B3120

Color information

#0B3120 (or 0x0B3120) is unknown color: approx Dark Green. HEX triplet: 0B, 31 and 20. RGB value is (11,49,32). Sum of RGB (Red+Green+Blue) = 11+49+32=92 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.96% from 92); Green value is 49 (19.53% from 255 or 53.26% from 92); Blue value is 32 (12.89% from 255 or 34.78% from 92); Max value from RGB is 49 - color contains mainly: green. Hex color #0B3120 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3120 is #F4CEDF. Grayscale: #232323. Windows color (decimal): -16043744 or 2109707. OLE color: 2109707.

HSL color Cylindrical-coordinate representation of color #0B3120: hue angle of 153.16º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0B3120 is Cyan = 0.78, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.81.

Color convert

RGB114932-
CMYK0.7800.350.81
HSL153.16º63.33%11.76%-
HSV(B)153.16º77.55%19.22%-
XYZ1.52.371.75-
YUV35.7125.91110.38-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 11.96%
GREEN value IS 49 (19.53% from 255) = 53.26%
BLUE value IS 32 (12.89% from 255) = 34.78%
R=11.96%
G=53.26%
B=34.78%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1149320.7800.350.81153.1663.3311.76
HexB31204E02351993fc
Octal1361401160431212317714
Binary1011110001100000100111001000111010001100110011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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