Html Css Color HEX #0B2421 Dark Green

📋 copy color: '#0B2421'

red 11 ◦ green 36 ◦ blue 33

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

Shades of Dark Green #0B2421

Tints of Dark Green #0B2421

RGB

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

 GREEN value IS 36 (14.45% from 255) = 45%

 BLUE value IS 33 (13.28% from 255) = 41.25%

R = 13.75%
G = 45%
B = 41.25%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.08

 K value IS 0.86

RGB Variations

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

Color information

#0B2421 (or 0x0B2421) is known color: Dark Green. HEX triplet: 0B, 24 and 21. RGB value is (11,36,33). Sum of RGB (Red+Green+Blue) = 11+36+33=80 (10% of max value = 765). Red value is 11 (4.69% from 255 or 13.75% from 80); Green value is 36 (14.45% from 255 or 45% from 80); Blue value is 33 (13.28% from 255 or 41.25% from 80); Max value from RGB is 36 - color contains mainly: green. Hex color #0B2421 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B2421 is #F4DBDE. Grayscale: #1C1C1C. Windows color (decimal): -16047071 or 2171915. OLE color: 2171915.

HSL color Cylindrical-coordinate representation of color #0B2421: hue angle of 172.8º degrees, saturation: 0.53, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0B2421 is Cyan = 0.69, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.86.

Color convert

RGB 11 36 33 -
CMYK 0.69 0 0.08 0.86
HSL 172.8º 0.53% 0.09% -
HSV(B) 172.8º 0.69% 0.14% -
XYZ 1.04 1.44 1.66 -
YUV 28.18 130.72 115.74 -
System Red Green Blue C M Y K H S L
Decimal 11 36 33 0.69 0 0.08 0.86 172.8 0.53 0.09
Hex B 24 21 45 0 8 56 AD 35 9
Octal 13 44 41 105 0 10 126 255 65 11
Binary 1011 100100 100001 1000101 0 1000 1010110 10101101 110101 1001

Color Harmonies of #0B2421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B2421

Black with #0B2421

Text Example


Text Example

White with #0B2421

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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