#0B3026

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

Shades of Dark Green #0B3026

Tints of Dark Green #0B3026

Color information

#0B3026 (or 0x0B3026) is unknown color: approx Dark Green. HEX triplet: 0B, 30 and 26. RGB value is (11,48,38). Sum of RGB (Red+Green+Blue) = 11+48+38=97 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.34% from 97); Green value is 48 (19.14% from 255 or 49.48% from 97); Blue value is 38 (15.23% from 255 or 39.18% from 97); Max value from RGB is 48 - color contains mainly: green. Hex color #0B3026 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3026 is #F4CFD9. Grayscale: #232323. Windows color (decimal): -16043994 or 2502667. OLE color: 2502667.

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

Color convert

RGB114838-
CMYK0.7700.210.81
HSL163.78º62.71%11.57%-
HSV(B)163.78º77.08%18.82%-
XYZ1.542.322.2-
YUV35.8129.24110.31-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 11.34%
GREEN value IS 48 (19.14% from 255) = 49.48%
BLUE value IS 38 (15.23% from 255) = 39.18%
R=11.34%
G=49.48%
B=39.18%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1148380.7700.210.81163.7862.7111.57
HexB30264D01551a43fc
Octal1360461150251212447714
Binary101111000010011010011010101011010001101001001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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