#0B3121

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

Shades of Dark Green #0B3121

Tints of Dark Green #0B3121

Color information

#0B3121 (or 0x0B3121) is unknown color: approx Dark Green. HEX triplet: 0B, 31 and 21. RGB value is (11,49,33). Sum of RGB (Red+Green+Blue) = 11+49+33=93 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.83% from 93); Green value is 49 (19.53% from 255 or 52.69% from 93); Blue value is 33 (13.28% from 255 or 35.48% from 93); Max value from RGB is 49 - color contains mainly: green. Hex color #0B3121 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3121 is #F4CEDE. Grayscale: #232323. Windows color (decimal): -16043743 or 2175243. OLE color: 2175243.

HSL color Cylindrical-coordinate representation of color #0B3121: hue angle of 154.74º 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 #0B3121 is Cyan = 0.78, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.81.

Color convert

RGB114933-
CMYK0.7800.330.81
HSL154.74º63.33%11.76%-
HSV(B)154.74º77.55%19.22%-
XYZ1.512.381.82-
YUV35.81126.41110.3-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 11.83%
GREEN value IS 49 (19.53% from 255) = 52.69%
BLUE value IS 33 (13.28% from 255) = 35.48%
R=11.83%
G=52.69%
B=35.48%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1149330.7800.330.81154.7463.3311.76
HexB31214E021519b3fc
Octal1361411160411212337714
Binary1011110001100001100111001000011010001100110111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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