Html Css Color HEX #0B1F17 Dark Green

📋 copy color: '#0B1F17'

red 11 ◦ green 31 ◦ blue 23

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

Shades of Dark Green #0B1F17

Tints of Dark Green #0B1F17

RGB

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

 GREEN value IS 31 (12.5% from 255) = 47.69%

 BLUE value IS 23 (9.38% from 255) = 35.38%

R = 16.92%
G = 47.69%
B = 35.38%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.26

 K value IS 0.88

RGB Variations

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

Color information

#0B1F17 (or 0x0B1F17) is known color: Dark Green. HEX triplet: 0B, 1F and 17. RGB value is (11,31,23). Sum of RGB (Red+Green+Blue) = 11+31+23=65 (8% of max value = 765). Red value is 11 (4.69% from 255 or 16.92% from 65); Green value is 31 (12.5% from 255 or 47.69% from 65); Blue value is 23 (9.38% from 255 or 35.38% from 65); Max value from RGB is 31 - color contains mainly: green. Hex color #0B1F17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B1F17 is #F4E0E8. Grayscale: #181818. Windows color (decimal): -16048361 or 1515275. OLE color: 1515275.

HSL color Cylindrical-coordinate representation of color #0B1F17: hue angle of 156º degrees, saturation: 0.48, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #0B1F17 is Cyan = 0.65, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.88.

Color convert

RGB 11 31 23 -
CMYK 0.65 0 0.26 0.88
HSL 156º 0.48% 0.08% -
HSV(B) 156º 0.65% 0.12% -
XYZ 0.78 1.11 0.98 -
YUV 24.11 127.37 118.65 -
System Red Green Blue C M Y K H S L
Decimal 11 31 23 0.65 0 0.26 0.88 156 0.48 0.08
Hex B 1F 17 41 0 1A 58 9C 30 8
Octal 13 37 27 101 0 32 130 234 60 10
Binary 1011 11111 10111 1000001 0 11010 1011000 10011100 110000 1000

Color Harmonies of #0B1F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1F17

Black with #0B1F17

Text Example


Text Example

White with #0B1F17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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