Html Css Color HEX #0B322A Dark Green

📋 copy color: '#0B322A'

red 11 ◦ green 50 ◦ blue 42

#0B322A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #0B322A

Tints of Dark Green #0B322A

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.8% from 255) = 40.78%

R = 10.68%
G = 48.54%
B = 40.78%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.16

 K value IS 0.80

RGB Variations

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

Color information

#0B322A (or 0x0B322A) is known color: 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

RGB 11 50 42 -
CMYK 0.78 0 0.16 0.80
HSL 167.69º 0.64% 0.12% -
HSV(B) 167.69º 0.78% 0.2% -
XYZ 1.7 2.52 2.59 -
YUV 37.43 130.58 109.15 -
System Red Green Blue C M Y K H S L
Decimal 11 50 42 0.78 0 0.16 0.80 167.69 0.64 0.12
Hex B 32 2A 4E 0 10 50 A8 40 C
Octal 13 62 52 116 0 20 120 250 100 14
Binary 1011 110010 101010 1001110 0 10000 1010000 10101000 1000000 1100

Color Harmonies of #0B322A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B322A

Black with #0B322A

Text Example


Text Example

White with #0B322A

Text Example


Text Example

HTML Codes & Css Web 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>