Html Css Color HEX #0B311C Dark Green

📋 copy color: '#0B311C'

red 11 ◦ green 49 ◦ blue 28

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

Shades of Dark Green #0B311C

Tints of Dark Green #0B311C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 55.68%

 BLUE value IS 28 (11.33% from 255) = 31.82%

R = 12.5%
G = 55.68%
B = 31.82%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.43

 K value IS 0.81

RGB Variations

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

Color information

#0B311C (or 0x0B311C) is known color: Dark Green. HEX triplet: 0B, 31 and 1C. RGB value is (11,49,28). Sum of RGB (Red+Green+Blue) = 11+49+28=88 (11% of max value = 765). Red value is 11 (4.69% from 255 or 12.5% from 88); Green value is 49 (19.53% from 255 or 55.68% from 88); Blue value is 28 (11.33% from 255 or 31.82% from 88); Max value from RGB is 49 - color contains mainly: green. Hex color #0B311C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B311C is #F4CEE3. Grayscale: #232323. Windows color (decimal): -16043748 or 1847563. OLE color: 1847563.

HSL color Cylindrical-coordinate representation of color #0B311C: hue angle of 146.84º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0B311C is Cyan = 0.78, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.81.

Color convert

RGB 11 49 28 -
CMYK 0.78 0 0.43 0.81
HSL 146.84º 0.63% 0.12% -
HSV(B) 146.84º 0.78% 0.19% -
XYZ 1.45 2.35 1.48 -
YUV 35.24 123.91 110.71 -
System Red Green Blue C M Y K H S L
Decimal 11 49 28 0.78 0 0.43 0.81 146.84 0.63 0.12
Hex B 31 1C 4E 0 2B 51 93 3F C
Octal 13 61 34 116 0 53 121 223 77 14
Binary 1011 110001 11100 1001110 0 101011 1010001 10010011 111111 1100

Color Harmonies of #0B311C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B311C

Black with #0B311C

Text Example


Text Example

White with #0B311C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,49,28); }

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

background-color css

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

 a { background-color: rgb(11,49,28); }

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

border-color css

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

 span { border-color: rgb(11,49,28); }

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