Html Css Color HEX #0B2017 Dark Green

📋 copy color: '#0B2017'

red 11 ◦ green 32 ◦ blue 23

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

Shades of Dark Green #0B2017

Tints of Dark Green #0B2017

RGB

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

 GREEN value IS 32 (12.89% from 255) = 48.48%

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

R = 16.67%
G = 48.48%
B = 34.85%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.28

 K value IS 0.87

RGB Variations

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

Color information

#0B2017 (or 0x0B2017) is known color: Dark Green. HEX triplet: 0B, 20 and 17. RGB value is (11,32,23). Sum of RGB (Red+Green+Blue) = 11+32+23=66 (8% of max value = 765). Red value is 11 (4.69% from 255 or 16.67% from 66); Green value is 32 (12.89% from 255 or 48.48% from 66); Blue value is 23 (9.38% from 255 or 34.85% from 66); Max value from RGB is 32 - color contains mainly: green. Hex color #0B2017 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B2017 is #F4DFE8. Grayscale: #181818. Windows color (decimal): -16048105 or 1515531. OLE color: 1515531.

HSL color Cylindrical-coordinate representation of color #0B2017: hue angle of 154.29º degrees, saturation: 0.49, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #0B2017 is Cyan = 0.66, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.87.

Color convert

RGB 11 32 23 -
CMYK 0.66 0 0.28 0.87
HSL 154.29º 0.49% 0.08% -
HSV(B) 154.29º 0.66% 0.13% -
XYZ 0.81 1.17 0.99 -
YUV 24.7 127.04 118.23 -
System Red Green Blue C M Y K H S L
Decimal 11 32 23 0.66 0 0.28 0.87 154.29 0.49 0.08
Hex B 20 17 42 0 1C 57 9A 31 8
Octal 13 40 27 102 0 34 127 232 61 10
Binary 1011 100000 10111 1000010 0 11100 1010111 10011010 110001 1000

Color Harmonies of #0B2017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B2017

Black with #0B2017

Text Example


Text Example

White with #0B2017

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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