Html Css Color HEX #0B1711 Dark Green

📋 copy color: '#0B1711'

red 11 ◦ green 23 ◦ blue 17

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

Shades of Dark Green #0B1711

Tints of Dark Green #0B1711

RGB

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

 GREEN value IS 23 (9.38% from 255) = 45.1%

 BLUE value IS 17 (7.03% from 255) = 33.33%

R = 21.57%
G = 45.1%
B = 33.33%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.26

 K value IS 0.91

RGB Variations

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

Color information

#0B1711 (or 0x0B1711) is known color: Dark Green. HEX triplet: 0B, 17 and 11. RGB value is (11,23,17). Sum of RGB (Red+Green+Blue) = 11+23+17=51 (6% of max value = 765). Red value is 11 (4.69% from 255 or 21.57% from 51); Green value is 23 (9.38% from 255 or 45.10% from 51); Blue value is 17 (7.03% from 255 or 33.33% from 51); Max value from RGB is 23 - color contains mainly: green. Hex color #0B1711 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1711 is #F4E8EE. Grayscale: #121212. Windows color (decimal): -16050415 or 1120011. OLE color: 1120011.

HSL color Cylindrical-coordinate representation of color #0B1711: hue angle of 150º degrees, saturation: 0.35, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #0B1711 is Cyan = 0.52, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.91.

Color convert

RGB 11 23 17 -
CMYK 0.52 0 0.26 0.91
HSL 150º 0.35% 0.07% -
HSV(B) 150º 0.52% 0.09% -
XYZ 0.55 0.72 0.64 -
YUV 18.73 127.02 122.49 -
System Red Green Blue C M Y K H S L
Decimal 11 23 17 0.52 0 0.26 0.91 150 0.35 0.07
Hex B 17 11 34 0 1A 5B 96 23 7
Octal 13 27 21 64 0 32 133 226 43 7
Binary 1011 10111 10001 110100 0 11010 1011011 10010110 100011 111

Color Harmonies of #0B1711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1711

Black with #0B1711

Text Example


Text Example

White with #0B1711

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,23,17); }

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

background-color css

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

 a { background-color: rgb(11,23,17); }

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

border-color css

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

 span { border-color: rgb(11,23,17); }

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