Html Css Color HEX #0B332C Dark Green

📋 copy color: '#0B332C'

red 11 ◦ green 51 ◦ blue 44

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

Shades of Dark Green #0B332C

Tints of Dark Green #0B332C

RGB

 RED value IS 11 (4.69% from 255) = 10.38%

 GREEN value IS 51 (20.31% from 255) = 48.11%

 BLUE value IS 44 (17.58% from 255) = 41.51%

R = 10.38%
G = 48.11%
B = 41.51%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.14

 K value IS 0.8

RGB Variations

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

Color information

#0B332C (or 0x0B332C) is known color: Dark Green. HEX triplet: 0B, 33 and 2C. RGB value is (11,51,44). Sum of RGB (Red+Green+Blue) = 11+51+44=106 (14% of max value = 765). Red value is 11 (4.69% from 255 or 10.38% from 106); Green value is 51 (20.31% from 255 or 48.11% from 106); Blue value is 44 (17.58% from 255 or 41.51% from 106); Max value from RGB is 51 - color contains mainly: green. Hex color #0B332C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B332C is #F4CCD3. Grayscale: #262626. Windows color (decimal): -16043220 or 2896651. OLE color: 2896651.

HSL color Cylindrical-coordinate representation of color #0B332C: hue angle of 169.5º degrees, saturation: 0.65, 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 #0B332C is Cyan = 0.78, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.8.

Color convert

RGB 11 51 44 -
CMYK 0.78 0 0.14 0.8
HSL 169.5º 0.65% 0.12% -
HSV(B) 169.5º 0.78% 0.2% -
XYZ 1.78 2.62 2.8 -
YUV 38.24 131.25 108.57 -
System Red Green Blue C M Y K H S L
Decimal 11 51 44 0.78 0 0.14 0.8 169.5 0.65 0.12
Hex B 33 2C 4E 0 E 50 AA 41 C
Octal 13 63 54 116 0 16 120 252 101 14
Binary 1011 110011 101100 1001110 0 1110 1010000 10101010 1000001 1100

Color Harmonies of #0B332C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B332C

Black with #0B332C

Text Example


Text Example

White with #0B332C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,51,44); }

 H1.HeaderClassName
 {
   color: #0B332C;
 }
 .AnyTagClassName
 {
   color: #0B332C;
 }
</style>

background-color css

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

 a { background-color: rgb(11,51,44); }

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

border-color css

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

 span { border-color: rgb(11,51,44); }

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