Html Css Color HEX #0B201C Dark Green

📋 copy color: '#0B201C'

red 11 ◦ green 32 ◦ blue 28

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

Shades of Dark Green #0B201C

Tints of Dark Green #0B201C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 39.44%

R = 15.49%
G = 45.07%
B = 39.44%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.12

 K value IS 0.87

RGB Variations

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

Color information

#0B201C (or 0x0B201C) is known color: Dark Green. HEX triplet: 0B, 20 and 1C. RGB value is (11,32,28). Sum of RGB (Red+Green+Blue) = 11+32+28=71 (9% of max value = 765). Red value is 11 (4.69% from 255 or 15.49% from 71); Green value is 32 (12.89% from 255 or 45.07% from 71); Blue value is 28 (11.33% from 255 or 39.44% from 71); Max value from RGB is 32 - color contains mainly: green. Hex color #0B201C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B201C is #F4DFE3. Grayscale: #191919. Windows color (decimal): -16048100 or 1843211. OLE color: 1843211.

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

Color convert

RGB 11 32 28 -
CMYK 0.66 0 0.12 0.87
HSL 168.57º 0.49% 0.08% -
HSV(B) 168.57º 0.66% 0.13% -
XYZ 0.86 1.19 1.28 -
YUV 25.27 129.54 117.83 -
System Red Green Blue C M Y K H S L
Decimal 11 32 28 0.66 0 0.12 0.87 168.57 0.49 0.08
Hex B 20 1C 42 0 C 57 A9 31 8
Octal 13 40 34 102 0 14 127 251 61 10
Binary 1011 100000 11100 1000010 0 1100 1010111 10101001 110001 1000

Color Harmonies of #0B201C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B201C

Black with #0B201C

Text Example


Text Example

White with #0B201C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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