Html Css Color HEX #0B2113 Dark Green

📋 copy color: '#0B2113'

red 11 ◦ green 33 ◦ blue 19

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

Shades of Dark Green #0B2113

Tints of Dark Green #0B2113

RGB

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

 GREEN value IS 33 (13.28% from 255) = 52.38%

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

R = 17.46%
G = 52.38%
B = 30.16%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.42

 K value IS 0.87

RGB Variations

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

Color information

#0B2113 (or 0x0B2113) is known color: Dark Green. HEX triplet: 0B, 21 and 13. RGB value is (11,33,19). Sum of RGB (Red+Green+Blue) = 11+33+19=63 (8% of max value = 765). Red value is 11 (4.69% from 255 or 17.46% from 63); Green value is 33 (13.28% from 255 or 52.38% from 63); Blue value is 19 (7.81% from 255 or 30.16% from 63); Max value from RGB is 33 - color contains mainly: green. Hex color #0B2113 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B2113 is #F4DEEC. Grayscale: #181818. Windows color (decimal): -16047853 or 1253643. OLE color: 1253643.

HSL color Cylindrical-coordinate representation of color #0B2113: hue angle of 141.82º degrees, saturation: 0.5, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0B2113 is Cyan = 0.67, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.87.

Color convert

RGB 11 33 19 -
CMYK 0.67 0 0.42 0.87
HSL 141.82º 0.5% 0.09% -
HSV(B) 141.82º 0.67% 0.13% -
XYZ 0.8 1.21 0.81 -
YUV 24.83 124.71 118.14 -
System Red Green Blue C M Y K H S L
Decimal 11 33 19 0.67 0 0.42 0.87 141.82 0.5 0.09
Hex B 21 13 43 0 2A 57 8E 32 9
Octal 13 41 23 103 0 52 127 216 62 11
Binary 1011 100001 10011 1000011 0 101010 1010111 10001110 110010 1001

Color Harmonies of #0B2113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B2113

Black with #0B2113

Text Example


Text Example

White with #0B2113

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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