#0B3426

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

Shades of Dark Green #0B3426

Tints of Dark Green #0B3426

Color information

#0B3426 (or 0x0B3426) is unknown color: approx Dark Green. HEX triplet: 0B, 34 and 26. RGB value is (11,52,38). Sum of RGB (Red+Green+Blue) = 11+52+38=101 (13% of max value = 765). Red value is 11 (4.69% from 255 or 10.89% from 101); Green value is 52 (20.70% from 255 or 51.49% from 101); Blue value is 38 (15.23% from 255 or 37.62% from 101); Max value from RGB is 52 - color contains mainly: green. Hex color #0B3426 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3426 is #F4CBD9. Grayscale: #262626. Windows color (decimal): -16042970 or 2503691. OLE color: 2503691.

HSL color Cylindrical-coordinate representation of color #0B3426: hue angle of 159.51º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0B3426 is Cyan = 0.79, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.80.

Color convert

RGB115238-
CMYK0.7900.270.80
HSL159.51º65.08%12.35%-
HSV(B)159.51º78.85%20.39%-
XYZ1.722.672.26-
YUV38.14127.92108.64-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 10.89%
GREEN value IS 52 (20.70% from 255) = 51.49%
BLUE value IS 38 (15.23% from 255) = 37.62%
R=10.89%
G=51.49%
B=37.62%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1152380.7900.270.80159.5165.0812.35
HexB34264F01B50a041c
Octal13644611703312024010114
Binary1011110100100110100111101101110100001010000010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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