#0B3126

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

Shades of Dark Green #0B3126

Tints of Dark Green #0B3126

Color information

#0B3126 (or 0x0B3126) is unknown color: approx Dark Green. HEX triplet: 0B, 31 and 26. RGB value is (11,49,38). Sum of RGB (Red+Green+Blue) = 11+49+38=98 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.22% from 98); Green value is 49 (19.53% from 255 or 50% from 98); Blue value is 38 (15.23% from 255 or 38.78% from 98); Max value from RGB is 49 - color contains mainly: green. Hex color #0B3126 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3126 is #F4CED9. Grayscale: #242424. Windows color (decimal): -16043738 or 2502923. OLE color: 2502923.

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

Color convert

RGB114938-
CMYK0.7800.220.81
HSL162.63º63.33%11.76%-
HSV(B)162.63º77.55%19.22%-
XYZ1.592.412.21-
YUV36.38128.91109.89-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 11.22%
GREEN value IS 49 (19.53% from 255) = 50%
BLUE value IS 38 (15.23% from 255) = 38.78%
R=11.22%
G=50%
B=38.78%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1149380.7800.220.81162.6363.3311.76
HexB31264E01651a33fc
Octal1361461160261212437714
Binary101111000110011010011100101101010001101000111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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