Html Css Color HEX #0B3122 Dark Green

📋 copy color: '#0B3122'

red 11 ◦ green 49 ◦ blue 34

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

Shades of Dark Green #0B3122

Tints of Dark Green #0B3122

RGB

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

 GREEN value IS 49 (19.53% from 255) = 52.13%

 BLUE value IS 34 (13.67% from 255) = 36.17%

R = 11.7%
G = 52.13%
B = 36.17%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.31

 K value IS 0.81

RGB Variations

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

Color information

#0B3122 (or 0x0B3122) is known color: Dark Green. HEX triplet: 0B, 31 and 22. RGB value is (11,49,34). Sum of RGB (Red+Green+Blue) = 11+49+34=94 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.70% from 94); Green value is 49 (19.53% from 255 or 52.13% from 94); Blue value is 34 (13.67% from 255 or 36.17% from 94); Max value from RGB is 49 - color contains mainly: green. Hex color #0B3122 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3122 is #F4CEDD. Grayscale: #232323. Windows color (decimal): -16043742 or 2240779. OLE color: 2240779.

HSL color Cylindrical-coordinate representation of color #0B3122: hue angle of 156.32º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0B3122 is Cyan = 0.78, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.81.

Color convert

RGB 11 49 34 -
CMYK 0.78 0 0.31 0.81
HSL 156.32º 0.63% 0.12% -
HSV(B) 156.32º 0.78% 0.19% -
XYZ 1.53 2.38 1.89 -
YUV 35.93 126.91 110.22 -
System Red Green Blue C M Y K H S L
Decimal 11 49 34 0.78 0 0.31 0.81 156.32 0.63 0.12
Hex B 31 22 4E 0 1F 51 9C 3F C
Octal 13 61 42 116 0 37 121 234 77 14
Binary 1011 110001 100010 1001110 0 11111 1010001 10011100 111111 1100

Color Harmonies of #0B3122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B3122

Black with #0B3122

Text Example


Text Example

White with #0B3122

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,49,34); }

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

background-color css

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

 a { background-color: rgb(11,49,34); }

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

border-color css

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

 span { border-color: rgb(11,49,34); }

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