Html Css Color HEX #0B1710 Dark Green

📋 copy color: '#0B1710'

red 11 ◦ green 23 ◦ blue 16

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

Shades of Dark Green #0B1710

Tints of Dark Green #0B1710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 32%

R = 22%
G = 46%
B = 32%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.30

 K value IS 0.91

RGB Variations

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

Color information

#0B1710 (or 0x0B1710) is known color: Dark Green. HEX triplet: 0B, 17 and 10. RGB value is (11,23,16). Sum of RGB (Red+Green+Blue) = 11+23+16=50 (6% of max value = 765). Red value is 11 (4.69% from 255 or 22% from 50); Green value is 23 (9.38% from 255 or 46% from 50); Blue value is 16 (6.64% from 255 or 32% from 50); Max value from RGB is 23 - color contains mainly: green. Hex color #0B1710 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1710 is #F4E8EF. Grayscale: #121212. Windows color (decimal): -16050416 or 1054475. OLE color: 1054475.

HSL color Cylindrical-coordinate representation of color #0B1710: hue angle of 145º 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 #0B1710 is Cyan = 0.52, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.91.

Color convert

RGB 11 23 16 -
CMYK 0.52 0 0.30 0.91
HSL 145º 0.35% 0.07% -
HSV(B) 145º 0.52% 0.09% -
XYZ 0.54 0.72 0.6 -
YUV 18.61 126.52 122.57 -
System Red Green Blue C M Y K H S L
Decimal 11 23 16 0.52 0 0.30 0.91 145 0.35 0.07
Hex B 17 10 34 0 1E 5B 91 23 7
Octal 13 27 20 64 0 36 133 221 43 7
Binary 1011 10111 10000 110100 0 11110 1011011 10010001 100011 111

Color Harmonies of #0B1710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1710

Black with #0B1710

Text Example


Text Example

White with #0B1710

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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