#0B2E26

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

Shades of Dark Green #0B2E26

Tints of Dark Green #0B2E26

Color information

#0B2E26 (or 0x0B2E26) is unknown color: approx Dark Green. HEX triplet: 0B, 2E and 26. RGB value is (11,46,38). Sum of RGB (Red+Green+Blue) = 11+46+38=95 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.58% from 95); Green value is 46 (18.36% from 255 or 48.42% from 95); Blue value is 38 (15.23% from 255 or 40% from 95); Max value from RGB is 46 - color contains mainly: green. Hex color #0B2E26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B2E26 is #F4D1D9. Grayscale: #222222. Windows color (decimal): -16044506 or 2502155. OLE color: 2502155.

HSL color Cylindrical-coordinate representation of color #0B2E26: hue angle of 166.29º degrees, saturation: 0.61, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0B2E26 is Cyan = 0.76, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.82.

Color convert

RGB114638-
CMYK0.7600.170.82
HSL166.29º61.4%11.18%-
HSV(B)166.29º76.09%18.04%-
XYZ1.462.172.17-
YUV34.62129.9111.15-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 11.58%
GREEN value IS 46 (18.36% from 255) = 48.42%
BLUE value IS 38 (15.23% from 255) = 40%
R=11.58%
G=48.42%
B=40%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1146380.7600.170.82166.2961.411.18
HexB2E264C01152a63db
Octal1356461140211222467513
Binary101110111010011010011000100011010010101001101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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