Html Css Color HEX #0B2B21 Dark Green

📋 copy color: '#0B2B21'

red 11 ◦ green 43 ◦ blue 33

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

Shades of Dark Green #0B2B21

Tints of Dark Green #0B2B21

RGB

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

 GREEN value IS 43 (17.19% from 255) = 49.43%

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

R = 12.64%
G = 49.43%
B = 37.93%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.23

 K value IS 0.83

RGB Variations

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

Color information

#0B2B21 (or 0x0B2B21) is known color: Dark Green. HEX triplet: 0B, 2B and 21. RGB value is (11,43,33). Sum of RGB (Red+Green+Blue) = 11+43+33=87 (11% of max value = 765). Red value is 11 (4.69% from 255 or 12.64% from 87); Green value is 43 (17.19% from 255 or 49.43% from 87); Blue value is 33 (13.28% from 255 or 37.93% from 87); Max value from RGB is 43 - color contains mainly: green. Hex color #0B2B21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B2B21 is #F4D4DE. Grayscale: #202020. Windows color (decimal): -16045279 or 2173707. OLE color: 2173707.

HSL color Cylindrical-coordinate representation of color #0B2B21: hue angle of 161.25º degrees, saturation: 0.59, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0B2B21 is Cyan = 0.74, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.83.

Color convert

RGB 11 43 33 -
CMYK 0.74 0 0.23 0.83
HSL 161.25º 0.59% 0.11% -
HSV(B) 161.25º 0.74% 0.17% -
XYZ 1.28 1.91 1.74 -
YUV 32.29 128.4 112.81 -
System Red Green Blue C M Y K H S L
Decimal 11 43 33 0.74 0 0.23 0.83 161.25 0.59 0.11
Hex B 2B 21 4A 0 17 53 A1 3B B
Octal 13 53 41 112 0 27 123 241 73 13
Binary 1011 101011 100001 1001010 0 10111 1010011 10100001 111011 1011

Color Harmonies of #0B2B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B2B21

Black with #0B2B21

Text Example


Text Example

White with #0B2B21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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