Html Css Color HEX #0B2013 Dark Green

📋 copy color: '#0B2013'

red 11 ◦ green 32 ◦ blue 19

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

Shades of Dark Green #0B2013

Tints of Dark Green #0B2013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 30.65%

R = 17.74%
G = 51.61%
B = 30.65%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.41

 K value IS 0.87

RGB Variations

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

Color information

#0B2013 (or 0x0B2013) is known color: Dark Green. HEX triplet: 0B, 20 and 13. RGB value is (11,32,19). Sum of RGB (Red+Green+Blue) = 11+32+19=62 (8% of max value = 765). Red value is 11 (4.69% from 255 or 17.74% from 62); Green value is 32 (12.89% from 255 or 51.61% from 62); Blue value is 19 (7.81% from 255 or 30.65% from 62); Max value from RGB is 32 - color contains mainly: green. Hex color #0B2013 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B2013 is #F4DFEC. Grayscale: #181818. Windows color (decimal): -16048109 or 1253387. OLE color: 1253387.

HSL color Cylindrical-coordinate representation of color #0B2013: hue angle of 142.86º 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 #0B2013 is Cyan = 0.66, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.87.

Color convert

RGB 11 32 19 -
CMYK 0.66 0 0.41 0.87
HSL 142.86º 0.49% 0.08% -
HSV(B) 142.86º 0.66% 0.13% -
XYZ 0.77 1.15 0.8 -
YUV 24.24 125.04 118.56 -
System Red Green Blue C M Y K H S L
Decimal 11 32 19 0.66 0 0.41 0.87 142.86 0.49 0.08
Hex B 20 13 42 0 29 57 8F 31 8
Octal 13 40 23 102 0 51 127 217 61 10
Binary 1011 100000 10011 1000010 0 101001 1010111 10001111 110001 1000

Color Harmonies of #0B2013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B2013

Black with #0B2013

Text Example


Text Example

White with #0B2013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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