Html Css Color HEX #0B201B Dark Green

📋 copy color: '#0B201B'

red 11 ◦ green 32 ◦ blue 27

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

Shades of Dark Green #0B201B

Tints of Dark Green #0B201B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 38.57%

R = 15.71%
G = 45.71%
B = 38.57%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.16

 K value IS 0.87

RGB Variations

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

Color information

#0B201B (or 0x0B201B) is known color: Dark Green. HEX triplet: 0B, 20 and 1B. RGB value is (11,32,27). Sum of RGB (Red+Green+Blue) = 11+32+27=70 (9% of max value = 765). Red value is 11 (4.69% from 255 or 15.71% from 70); Green value is 32 (12.89% from 255 or 45.71% from 70); Blue value is 27 (10.94% from 255 or 38.57% from 70); Max value from RGB is 32 - color contains mainly: green. Hex color #0B201B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B201B is #F4DFE4. Grayscale: #191919. Windows color (decimal): -16048101 or 1777675. OLE color: 1777675.

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

Color convert

RGB 11 32 27 -
CMYK 0.66 0 0.16 0.87
HSL 165.71º 0.49% 0.08% -
HSV(B) 165.71º 0.66% 0.13% -
XYZ 0.85 1.18 1.22 -
YUV 25.15 129.04 117.91 -
System Red Green Blue C M Y K H S L
Decimal 11 32 27 0.66 0 0.16 0.87 165.71 0.49 0.08
Hex B 20 1B 42 0 10 57 A6 31 8
Octal 13 40 33 102 0 20 127 246 61 10
Binary 1011 100000 11011 1000010 0 10000 1010111 10100110 110001 1000

Color Harmonies of #0B201B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B201B

Black with #0B201B

Text Example


Text Example

White with #0B201B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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