#0B322A

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

Shades of Dark Green #0B322A

Tints of Dark Green #0B322A

Color information

#0B322A (or 0x0B322A) is unknown color: approx Dark Green. HEX triplet: 0B, 32 and 2A. RGB value is (11,50,42). Sum of RGB (Red+Green+Blue) = 11+50+42=103 (13% of max value = 765). Red value is 11 (4.69% from 255 or 10.68% from 103); Green value is 50 (19.92% from 255 or 48.54% from 103); Blue value is 42 (16.80% from 255 or 40.78% from 103); Max value from RGB is 50 - color contains mainly: green. Hex color #0B322A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B322A is #F4CDD5. Grayscale: #252525. Windows color (decimal): -16043478 or 2765323. OLE color: 2765323.

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

Color convert

RGB115042-
CMYK0.7800.160.80
HSL167.69º63.93%11.96%-
HSV(B)167.69º78%19.61%-
XYZ1.72.522.59-
YUV37.43130.58109.15-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 10.68%
GREEN value IS 50 (19.92% from 255) = 48.54%
BLUE value IS 42 (16.80% from 255) = 40.78%
R=10.68%
G=48.54%
B=40.78%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1150420.7800.160.80167.6963.9311.96
HexB322A4E01050a840c
Octal13625211602012025010014
Binary1011110010101010100111001000010100001010100010000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B322A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,50,42); }

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

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

 a { background-color: rgb(11,50,42); }

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

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

 span { border-color: rgb(11,50,42); }

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